Shades of Turquoise Blue #4DCFF6
Tints of Turquoise Blue #4DCFF6
RGB
CMYK
RGB Variations
Color information
#4DCFF6 (or 0x4DCFF6) is known color: Turquoise Blue. HEX triplet: 4D, CF and F6. RGB value is (77,207,246). Sum of RGB (Red+Green+Blue) = 77+207+246=530 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.53% from 530); Green value is 207 (81.25% from 255 or 39.06% from 530); Blue value is 246 (96.48% from 255 or 46.42% from 530); Max value from RGB is 246 - color contains mainly: blue. Hex color #4DCFF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DCFF6 is #B23009. Grayscale: #ACACAC. Windows color (decimal): -11677706 or 16174925. OLE color: 16174925.
HSL color Cylindrical-coordinate representation of color #4DCFF6: hue angle of 193.85º 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 #4DCFF6 is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 77 | 207 | 246 | - |
| CMYK | 0.69 | 0.16 | 0 | 0.04 |
| HSL | 193.85º | 0.9% | 0.63% | - |
| HSV(B) | 193.85º | 0.69% | 0.96% | - |
| XYZ | 42.01 | 52.86 | 95.18 | - |
| YUV | 172.58 | 169.43 | 59.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 207 | 246 | 0.69 | 0.16 | 0 | 0.04 | 193.85 | 0.9 | 0.63 |
| Hex | 4D | CF | F6 | 45 | 10 | 0 | 4 | C2 | 5A | 3F |
| Octal | 115 | 317 | 366 | 105 | 20 | 0 | 4 | 302 | 132 | 77 |
| Binary | 1001101 | 11001111 | 11110110 | 1000101 | 10000 | 0 | 100 | 11000010 | 1011010 | 111111 |
Color Harmonies of #4DCFF6
Complementary color
Monochromatic Colors of #4DCFF6
Black with #4DCFF6
Text Example
Text Example
White with #4DCFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCFF6; }
p { color: rgb(77,207,246); }
H1.HeaderClassName
{
color: #4DCFF6;
}
.AnyTagClassName
{
color: #4DCFF6;
}
</style>
background-color css
<style>
a { background-color: #4DCFF6; }
a { background-color: rgb(77,207,246); }
div.DivClassName
{
background-color: #4DCFF6;
}
.BgClassName
{
background-color: #4DCFF6;
}
</style>
border-color css
<style>
span { border-color: #4DCFF6; }
span { border-color: rgb(77,207,246); }
td.TdClassName
{
border-color: #4DCFF6;
}
.TagClassName
{
border-color: #4DCFF6;
}
</style>