Shades of Turquoise Blue #4FD4FF
Tints of Turquoise Blue #4FD4FF
RGB
CMYK
RGB Variations
Color information
#4FD4FF (or 0x4FD4FF) is known color: Turquoise Blue. HEX triplet: 4F, D4 and FF. RGB value is (79,212,255). Sum of RGB (Red+Green+Blue) = 79+212+255=546 (72% of max value = 765). Red value is 79 (31.25% from 255 or 14.47% from 546); Green value is 212 (83.20% from 255 or 38.83% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #4FD4FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FD4FF is #B02B00. Grayscale: #B0B0B0. Windows color (decimal): -11545345 or 16766031. OLE color: 16766031.
HSL color Cylindrical-coordinate representation of color #4FD4FF: hue angle of 194.66º 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 #4FD4FF is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 212 | 255 | - |
| CMYK | 0.69 | 0.17 | 0 | 0 |
| HSL | 194.66º | 1% | 0.65% | - |
| HSV(B) | 194.66º | 0.69% | 1% | - |
| XYZ | 44.82 | 55.97 | 103.05 | - |
| YUV | 177.14 | 171.94 | 58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 212 | 255 | 0.69 | 0.17 | 0 | 0 | 194.66 | 1 | 0.65 |
| Hex | 4F | D4 | FF | 45 | 11 | 0 | 0 | C3 | 64 | 41 |
| Octal | 117 | 324 | 377 | 105 | 21 | 0 | 0 | 303 | 144 | 101 |
| Binary | 1001111 | 11010100 | 11111111 | 1000101 | 10001 | 0 | 0 | 11000011 | 1100100 | 1000001 |
Color Harmonies of #4FD4FF
Complementary color
Monochromatic Colors of #4FD4FF
Black with #4FD4FF
Text Example
Text Example
White with #4FD4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FD4FF; }
p { color: rgb(79,212,255); }
H1.HeaderClassName
{
color: #4FD4FF;
}
.AnyTagClassName
{
color: #4FD4FF;
}
</style>
background-color css
<style>
a { background-color: #4FD4FF; }
a { background-color: rgb(79,212,255); }
div.DivClassName
{
background-color: #4FD4FF;
}
.BgClassName
{
background-color: #4FD4FF;
}
</style>
border-color css
<style>
span { border-color: #4FD4FF; }
span { border-color: rgb(79,212,255); }
td.TdClassName
{
border-color: #4FD4FF;
}
.TagClassName
{
border-color: #4FD4FF;
}
</style>