#4cddef

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

Shades of Turquoise Blue #4CDDEF

Tints of Turquoise Blue #4CDDEF

Color information

#4CDDEF (or 0x4CDDEF) is unknown color: approx Turquoise Blue. HEX triplet: 4C, DD and EF. RGB value is (76,221,239). Sum of RGB (Red+Green+Blue) = 76+221+239=536 (70% of max value = 765). Red value is 76 (30.08% from 255 or 14.18% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 239 (93.75% from 255 or 44.59% from 536); Max value from RGB is 239 - color contains mainly: blue. Hex color #4CDDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CDDEF is #B32210. Grayscale: #B3B3B3. Windows color (decimal): -11739665 or 15719756. OLE color: 15719756.

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

Color convert

RGB76221239-
CMYK0.680.0800.06
HSL186.63º83.59%61.76%-
HSV(B)186.63º68.2%93.73%-
XYZ44.4259.4890.8-
YUV179.7161.4654.04-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 14.18%
GREEN value IS 221 (86.72% from 255) = 41.23%
BLUE value IS 239 (93.75% from 255) = 44.59%
R=14.18%
G=41.23%
B=44.59%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal762212390.680.0800.06186.6383.5961.76
Hex4CDDEF44806bb543e
Octal114335357104100627312476
Binary10011001101110111101111100010010000110101110111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4cddef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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