#4CF0ED

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

Shades of Turquoise #4CF0ED

Tints of Turquoise #4CF0ED

Color information

#4CF0ED (or 0x4CF0ED) is unknown color: approx Turquoise. HEX triplet: 4C, F0 and ED. RGB value is (76,240,237). Sum of RGB (Red+Green+Blue) = 76+240+237=553 (73% of max value = 765). Red value is 76 (30.08% from 255 or 13.74% from 553); Green value is 240 (94.14% from 255 or 43.40% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 240 - color contains mainly: green. Hex color #4CF0ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CF0ED is #B30F12. Grayscale: #BEBEBE. Windows color (decimal): -11734803 or 15593548. OLE color: 15593548.

HSL color Cylindrical-coordinate representation of color #4CF0ED: hue angle of 178.9º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CF0ED is Cyan = 0.68, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB76240237-
CMYK0.6800.010.06
HSL178.9º84.54%61.96%-
HSV(B)178.9º68.33%94.12%-
XYZ49.4369.9791.02-
YUV190.62154.1746.24-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 13.74%
GREEN value IS 240 (94.14% from 255) = 43.40%
BLUE value IS 237 (92.97% from 255) = 42.86%
R=13.74%
G=43.40%
B=42.86%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal762402370.6800.010.06178.984.5461.96
Hex4CF0ED44016b3553e
Octal11436035510401626312576
Binary10011001111000011101101100010001110101100111010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CF0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4CF0ED; }

 p { color: rgb(76,240,237); }

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

<style>
 a { background-color: #4CF0ED; }

 a { background-color: rgb(76,240,237); }

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

<style>
 span { border-color: #4CF0ED; }

 span { border-color: rgb(76,240,237); }

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