#4CD8F6

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

Shades of Turquoise Blue #4CD8F6

Tints of Turquoise Blue #4CD8F6

Color information

#4CD8F6 (or 0x4CD8F6) is unknown color: approx Turquoise Blue. HEX triplet: 4C, D8 and F6. RGB value is (76,216,246). Sum of RGB (Red+Green+Blue) = 76+216+246=538 (71% of max value = 765). Red value is 76 (30.08% from 255 or 14.13% from 538); Green value is 216 (84.77% from 255 or 40.15% from 538); Blue value is 246 (96.48% from 255 or 45.72% from 538); Max value from RGB is 246 - color contains mainly: blue. Hex color #4CD8F6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CD8F6 is #B32709. Grayscale: #B1B1B1. Windows color (decimal): -11740938 or 16177228. OLE color: 16177228.

HSL color Cylindrical-coordinate representation of color #4CD8F6: hue angle of 190.59º 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 #4CD8F6 is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB76216246-
CMYK0.690.1200.04
HSL190.59º90.43%63.14%-
HSV(B)190.59º69.11%96.47%-
XYZ44.1757.395.92-
YUV177.56166.6255.56-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 14.13%
GREEN value IS 216 (84.77% from 255) = 40.15%
BLUE value IS 246 (96.48% from 255) = 45.72%
R=14.13%
G=40.15%
B=45.72%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal762162460.690.1200.04190.5990.4363.14
Hex4CD8F645C04bf5a3f
Octal114330366105140427713277
Binary10011001101100011110110100010111000100101111111011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CD8F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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