#3CF8EC

Color #3CF8EC Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #3CF8EC

Tints of Turquoise #3CF8EC

Color information

#3CF8EC (or 0x3CF8EC) is unknown color: approx Turquoise. HEX triplet: 3C, F8 and EC. RGB value is (60,248,236). Sum of RGB (Red+Green+Blue) = 60+248+236=544 (72% of max value = 765). Red value is 60 (23.83% from 255 or 11.03% from 544); Green value is 248 (97.27% from 255 or 45.59% from 544); Blue value is 236 (92.58% from 255 or 43.38% from 544); Max value from RGB is 248 - color contains mainly: green. Hex color #3CF8EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CF8EC is #C30713. Grayscale: #BEBEBE. Windows color (decimal): -12781332 or 15530044. OLE color: 15530044.

HSL color Cylindrical-coordinate representation of color #3CF8EC: hue angle of 176.17º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CF8EC is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB60248236-
CMYK0.7600.050.03
HSL176.17º93.07%60.39%-
HSV(B)176.17º75.81%97.25%-
XYZ50.5774.1591-
YUV190.42153.7234.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 60 (23.83% from 255) = 11.03%
GREEN value IS 248 (97.27% from 255) = 45.59%
BLUE value IS 236 (92.58% from 255) = 43.38%
R=11.03%
G=45.59%
B=43.38%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal602482360.7600.050.03176.1793.0760.39
Hex3CF8EC4C053b05d3c
Octal7437035411405326013574
Binary11110011111000111011001001100010111101100001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CF8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3CF8EC; }

 p { color: rgb(60,248,236); }

 H1.HeaderClassName
 {
   color: #3CF8EC;
 }
 .AnyTagClassName
 {
   color: #3CF8EC;
 }
</style>
background-color css

<style>
 a { background-color: #3CF8EC; }

 a { background-color: rgb(60,248,236); }

 div.DivClassName
 {
   background-color: #3CF8EC;
 }
 .BgClassName
 {
   background-color: #3CF8EC;
 }
</style>
border-color css

<style>
 span { border-color: #3CF8EC; }

 span { border-color: rgb(60,248,236); }

 td.TdClassName
 {
   border-color: #3CF8EC;
 }
 .TagClassName
 {
   border-color: #3CF8EC;
 }
</style>