#3CF3EC

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

Shades of Turquoise #3CF3EC

Tints of Turquoise #3CF3EC

Color information

#3CF3EC (or 0x3CF3EC) is unknown color: approx Turquoise. HEX triplet: 3C, F3 and EC. RGB value is (60,243,236). Sum of RGB (Red+Green+Blue) = 60+243+236=539 (71% of max value = 765). Red value is 60 (23.83% from 255 or 11.13% from 539); Green value is 243 (95.31% from 255 or 45.08% from 539); Blue value is 236 (92.58% from 255 or 43.78% from 539); Max value from RGB is 243 - color contains mainly: green. Hex color #3CF3EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CF3EC is #C30C13. Grayscale: #BBBBBB. Windows color (decimal): -12782612 or 15528764. OLE color: 15528764.

HSL color Cylindrical-coordinate representation of color #3CF3EC: hue angle of 177.7º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CF3EC is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB60243236-
CMYK0.7500.030.05
HSL177.7º88.41%59.41%-
HSV(B)177.7º75.31%95.29%-
XYZ49.0571.1290.5-
YUV187.48155.3737.07-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 11.13%
GREEN value IS 243 (95.31% from 255) = 45.08%
BLUE value IS 236 (92.58% from 255) = 43.78%
R=11.13%
G=45.08%
B=43.78%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal602432360.7500.030.05177.788.4159.41
Hex3CF3EC4B035b2583b
Octal7436335411303526213073
Binary11110011110011111011001001011011101101100101011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CF3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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