#4CDCF6

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

Shades of Turquoise Blue #4CDCF6

Tints of Turquoise Blue #4CDCF6

Color information

#4CDCF6 (or 0x4CDCF6) is unknown color: approx Turquoise Blue. HEX triplet: 4C, DC and F6. RGB value is (76,220,246). Sum of RGB (Red+Green+Blue) = 76+220+246=542 (71% of max value = 765). Red value is 76 (30.08% from 255 or 14.02% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 246 (96.48% from 255 or 45.39% from 542); Max value from RGB is 246 - color contains mainly: blue. Hex color #4CDCF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CDCF6 is #B32309. Grayscale: #B3B3B3. Windows color (decimal): -11739914 or 16178252. OLE color: 16178252.

HSL color Cylindrical-coordinate representation of color #4CDCF6: hue angle of 189.18º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CDCF6 is Cyan = 0.69, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB76220246-
CMYK0.690.1100.04
HSL189.18º90.43%63.14%-
HSV(B)189.18º69.11%96.47%-
XYZ45.2159.3896.27-
YUV179.91165.2953.89-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 14.02%
GREEN value IS 220 (86.33% from 255) = 40.59%
BLUE value IS 246 (96.48% from 255) = 45.39%
R=14.02%
G=40.59%
B=45.39%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal762202460.690.1100.04189.1890.4363.14
Hex4CDCF645B04bd5a3f
Octal114334366105130427513277
Binary10011001101110011110110100010110110100101111011011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CDCF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,220,246); }

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

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

 a { background-color: rgb(76,220,246); }

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

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

 span { border-color: rgb(76,220,246); }

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