Shades of Turquoise Blue #4FDDFF
Tints of Turquoise Blue #4FDDFF
RGB
CMYK
RGB Variations
Color information
#4FDDFF (or 0x4FDDFF) is known color: Turquoise Blue. HEX triplet: 4F, DD and FF. RGB value is (79,221,255). Sum of RGB (Red+Green+Blue) = 79+221+255=555 (73% of max value = 765). Red value is 79 (31.25% from 255 or 14.23% from 555); Green value is 221 (86.72% from 255 or 39.82% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #4FDDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FDDFF is #B02200. Grayscale: #B6B6B6. Windows color (decimal): -11543041 or 16768335. OLE color: 16768335.
HSL color Cylindrical-coordinate representation of color #4FDDFF: hue angle of 191.59º 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 #4FDDFF is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 221 | 255 | - |
| CMYK | 0.69 | 0.13 | 0 | 0 |
| HSL | 191.59º | 1% | 0.65% | - |
| HSV(B) | 191.59º | 0.69% | 1% | - |
| XYZ | 47.13 | 60.6 | 103.82 | - |
| YUV | 182.42 | 168.96 | 54.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 221 | 255 | 0.69 | 0.13 | 0 | 0 | 191.59 | 1 | 0.65 |
| Hex | 4F | DD | FF | 45 | D | 0 | 0 | C0 | 64 | 41 |
| Octal | 117 | 335 | 377 | 105 | 15 | 0 | 0 | 300 | 144 | 101 |
| Binary | 1001111 | 11011101 | 11111111 | 1000101 | 1101 | 0 | 0 | 11000000 | 1100100 | 1000001 |
Color Harmonies of #4FDDFF
Complementary color
Monochromatic Colors of #4FDDFF
Black with #4FDDFF
Text Example
Text Example
White with #4FDDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDDFF; }
p { color: rgb(79,221,255); }
H1.HeaderClassName
{
color: #4FDDFF;
}
.AnyTagClassName
{
color: #4FDDFF;
}
</style>
background-color css
<style>
a { background-color: #4FDDFF; }
a { background-color: rgb(79,221,255); }
div.DivClassName
{
background-color: #4FDDFF;
}
.BgClassName
{
background-color: #4FDDFF;
}
</style>
border-color css
<style>
span { border-color: #4FDDFF; }
span { border-color: rgb(79,221,255); }
td.TdClassName
{
border-color: #4FDDFF;
}
.TagClassName
{
border-color: #4FDDFF;
}
</style>