#4CC6D9

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

Shades of Medium Turquoise #4CC6D9

Tints of Medium Turquoise #4CC6D9

Color information

#4CC6D9 (or 0x4CC6D9) is unknown color: approx Medium Turquoise. HEX triplet: 4C, C6 and D9. RGB value is (76,198,217). Sum of RGB (Red+Green+Blue) = 76+198+217=491 (65% of max value = 765). Red value is 76 (30.08% from 255 or 15.48% from 491); Green value is 198 (77.73% from 255 or 40.33% from 491); Blue value is 217 (85.16% from 255 or 44.20% from 491); Max value from RGB is 217 - color contains mainly: blue. Hex color #4CC6D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CC6D9 is #B33926. Grayscale: #A3A3A3. Windows color (decimal): -11745575 or 14272076. OLE color: 14272076.

HSL color Cylindrical-coordinate representation of color #4CC6D9: hue angle of 188.09º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CC6D9 is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB76198217-
CMYK0.650.0900.15
HSL188.09º64.98%57.45%-
HSV(B)188.09º64.98%85.1%-
XYZ35.746.9372.82-
YUV163.69158.0865.46-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 15.48%
GREEN value IS 198 (77.73% from 255) = 40.33%
BLUE value IS 217 (85.16% from 255) = 44.20%
R=15.48%
G=40.33%
B=44.20%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal761982170.650.0900.15188.0964.9857.45
Hex4CC6D94190Fbc4139
Octal1143063311011101727410171
Binary100110011000110110110011000001100101111101111001000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CC6D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,198,217); }

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

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

 a { background-color: rgb(76,198,217); }

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

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

 span { border-color: rgb(76,198,217); }

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