Shades of Turquoise Blue #4CCFF6
Tints of Turquoise Blue #4CCFF6
RGB
CMYK
RGB Variations
Color information
#4CCFF6 (or 0x4CCFF6) is known color: Turquoise Blue. HEX triplet: 4C, CF and F6. RGB value is (76,207,246). Sum of RGB (Red+Green+Blue) = 76+207+246=529 (70% of max value = 765). Red value is 76 (30.08% from 255 or 14.37% from 529); Green value is 207 (81.25% from 255 or 39.13% from 529); Blue value is 246 (96.48% from 255 or 46.50% from 529); Max value from RGB is 246 - color contains mainly: blue. Hex color #4CCFF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CCFF6 is #B33009. Grayscale: #ABABAB. Windows color (decimal): -11743242 or 16174924. OLE color: 16174924.
HSL color Cylindrical-coordinate representation of color #4CCFF6: hue angle of 193.76º 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 #4CCFF6 is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 76 | 207 | 246 | - |
| CMYK | 0.69 | 0.16 | 0 | 0.04 |
| HSL | 193.76º | 0.9% | 0.63% | - |
| HSV(B) | 193.76º | 0.69% | 0.96% | - |
| XYZ | 41.93 | 52.82 | 95.17 | - |
| YUV | 172.28 | 169.6 | 59.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 207 | 246 | 0.69 | 0.16 | 0 | 0.04 | 193.76 | 0.9 | 0.63 |
| Hex | 4C | CF | F6 | 45 | 10 | 0 | 4 | C2 | 5A | 3F |
| Octal | 114 | 317 | 366 | 105 | 20 | 0 | 4 | 302 | 132 | 77 |
| Binary | 1001100 | 11001111 | 11110110 | 1000101 | 10000 | 0 | 100 | 11000010 | 1011010 | 111111 |
Color Harmonies of #4CCFF6
Complementary color
Monochromatic Colors of #4CCFF6
Black with #4CCFF6
Text Example
Text Example
White with #4CCFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCFF6; }
p { color: rgb(76,207,246); }
H1.HeaderClassName
{
color: #4CCFF6;
}
.AnyTagClassName
{
color: #4CCFF6;
}
</style>
background-color css
<style>
a { background-color: #4CCFF6; }
a { background-color: rgb(76,207,246); }
div.DivClassName
{
background-color: #4CCFF6;
}
.BgClassName
{
background-color: #4CCFF6;
}
</style>
border-color css
<style>
span { border-color: #4CCFF6; }
span { border-color: rgb(76,207,246); }
td.TdClassName
{
border-color: #4CCFF6;
}
.TagClassName
{
border-color: #4CCFF6;
}
</style>