#4CCEEF

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

Shades of Turquoise Blue #4CCEEF

Tints of Turquoise Blue #4CCEEF

Color information

#4CCEEF (or 0x4CCEEF) is unknown color: approx Turquoise Blue. HEX triplet: 4C, CE and EF. RGB value is (76,206,239). Sum of RGB (Red+Green+Blue) = 76+206+239=521 (69% of max value = 765). Red value is 76 (30.08% from 255 or 14.59% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 239 (93.75% from 255 or 45.87% from 521); Max value from RGB is 239 - color contains mainly: blue. Hex color #4CCEEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CCEEF is #B33110. Grayscale: #AAAAAA. Windows color (decimal): -11743505 or 15715916. OLE color: 15715916.

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

Color convert

RGB76206239-
CMYK0.680.1400.06
HSL192.15º83.59%61.76%-
HSV(B)192.15º68.2%93.73%-
XYZ40.6351.9189.54-
YUV170.89166.4360.32-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 14.59%
GREEN value IS 206 (80.86% from 255) = 39.54%
BLUE value IS 239 (93.75% from 255) = 45.87%
R=14.59%
G=39.54%
B=45.87%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal762062390.680.1400.06192.1583.5961.76
Hex4CCEEF44E06c0543e
Octal114316357104160630012476
Binary10011001100111011101111100010011100110110000001010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CCEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,206,239); }

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

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

 a { background-color: rgb(76,206,239); }

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

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

 span { border-color: rgb(76,206,239); }

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