#4CD6F9

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

Shades of Turquoise Blue #4CD6F9

Tints of Turquoise Blue #4CD6F9

Color information

#4CD6F9 (or 0x4CD6F9) is unknown color: approx Turquoise Blue. HEX triplet: 4C, D6 and F9. RGB value is (76,214,249). Sum of RGB (Red+Green+Blue) = 76+214+249=539 (71% of max value = 765). Red value is 76 (30.08% from 255 or 14.10% from 539); Green value is 214 (83.98% from 255 or 39.70% from 539); Blue value is 249 (97.66% from 255 or 46.20% from 539); Max value from RGB is 249 - color contains mainly: blue. Hex color #4CD6F9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CD6F9 is #B32906. Grayscale: #B0B0B0. Windows color (decimal): -11741447 or 16373324. OLE color: 16373324.

HSL color Cylindrical-coordinate representation of color #4CD6F9: hue angle of 192.14º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CD6F9 is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB76214249-
CMYK0.690.1400.02
HSL192.14º93.51%63.73%-
HSV(B)192.14º69.48%97.65%-
XYZ44.1356.4798.2-
YUV176.73168.7856.15-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 14.10%
GREEN value IS 214 (83.98% from 255) = 39.70%
BLUE value IS 249 (97.66% from 255) = 46.20%
R=14.10%
G=39.70%
B=46.20%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal762142490.690.1400.02192.1493.5163.73
Hex4CD6F945E02c05e40
Octal1143263711051602300136100
Binary10011001101011011111001100010111100101100000010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CD6F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,214,249); }

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

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

 a { background-color: rgb(76,214,249); }

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

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

 span { border-color: rgb(76,214,249); }

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