Shades of Turquoise Blue #4FD2FF
Tints of Turquoise Blue #4FD2FF
RGB
CMYK
RGB Variations
Color information
#4FD2FF (or 0x4FD2FF) is known color: Turquoise Blue. HEX triplet: 4F, D2 and FF. RGB value is (79,210,255). Sum of RGB (Red+Green+Blue) = 79+210+255=544 (72% of max value = 765). Red value is 79 (31.25% from 255 or 14.52% from 544); Green value is 210 (82.42% from 255 or 38.60% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #4FD2FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FD2FF is #B02D00. Grayscale: #AFAFAF. Windows color (decimal): -11545857 or 16765519. OLE color: 16765519.
HSL color Cylindrical-coordinate representation of color #4FD2FF: hue angle of 195.34º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FD2FF is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 210 | 255 | - |
| CMYK | 0.69 | 0.18 | 0 | 0 |
| HSL | 195.34º | 1% | 0.65% | - |
| HSV(B) | 195.34º | 0.69% | 1% | - |
| XYZ | 44.32 | 54.98 | 102.88 | - |
| YUV | 175.96 | 172.6 | 58.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 210 | 255 | 0.69 | 0.18 | 0 | 0 | 195.34 | 1 | 0.65 |
| Hex | 4F | D2 | FF | 45 | 12 | 0 | 0 | C3 | 64 | 41 |
| Octal | 117 | 322 | 377 | 105 | 22 | 0 | 0 | 303 | 144 | 101 |
| Binary | 1001111 | 11010010 | 11111111 | 1000101 | 10010 | 0 | 0 | 11000011 | 1100100 | 1000001 |
Color Harmonies of #4FD2FF
Complementary color
Monochromatic Colors of #4FD2FF
Black with #4FD2FF
Text Example
Text Example
White with #4FD2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FD2FF; }
p { color: rgb(79,210,255); }
H1.HeaderClassName
{
color: #4FD2FF;
}
.AnyTagClassName
{
color: #4FD2FF;
}
</style>
background-color css
<style>
a { background-color: #4FD2FF; }
a { background-color: rgb(79,210,255); }
div.DivClassName
{
background-color: #4FD2FF;
}
.BgClassName
{
background-color: #4FD2FF;
}
</style>
border-color css
<style>
span { border-color: #4FD2FF; }
span { border-color: rgb(79,210,255); }
td.TdClassName
{
border-color: #4FD2FF;
}
.TagClassName
{
border-color: #4FD2FF;
}
</style>