#4CEDF0

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

Shades of Turquoise #4CEDF0

Tints of Turquoise #4CEDF0

Color information

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

HSL color Cylindrical-coordinate representation of color #4CEDF0: hue angle of 181.1º 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 #4CEDF0 is Cyan = 0.68, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB76237240-
CMYK0.680.0100.06
HSL181.1º84.54%61.96%-
HSV(B)181.1º68.33%94.12%-
XYZ48.9968.493.06-
YUV189.2156.6647.26-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal762372400.680.0100.06181.184.5461.96
Hex4CEDF044106b5553e
Octal11435536010410626512576
Binary10011001110110111110000100010010110101101011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CEDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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