#4CF3ED

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

Shades of Turquoise #4CF3ED

Tints of Turquoise #4CF3ED

Color information

#4CF3ED (or 0x4CF3ED) is unknown color: approx Turquoise. HEX triplet: 4C, F3 and ED. RGB value is (76,243,237). Sum of RGB (Red+Green+Blue) = 76+243+237=556 (73% of max value = 765). Red value is 76 (30.08% from 255 or 13.67% from 556); Green value is 243 (95.31% from 255 or 43.71% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 243 - color contains mainly: green. Hex color #4CF3ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CF3ED is #B30C12. Grayscale: #C0C0C0. Windows color (decimal): -11734035 or 15594316. OLE color: 15594316.

HSL color Cylindrical-coordinate representation of color #4CF3ED: hue angle of 177.84º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CF3ED is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB76243237-
CMYK0.6900.020.05
HSL177.84º87.43%62.55%-
HSV(B)177.84º68.72%95.29%-
XYZ50.3271.7591.32-
YUV192.38153.1744.99-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 13.67%
GREEN value IS 243 (95.31% from 255) = 43.71%
BLUE value IS 237 (92.97% from 255) = 42.63%
R=13.67%
G=43.71%
B=42.63%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal762432370.6900.020.05177.8487.4362.55
Hex4CF3ED45025b2573f
Octal11436335510502526212777
Binary100110011110011111011011000101010101101100101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CF3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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