Shades of Turquoise Blue #4FDFF0
Tints of Turquoise Blue #4FDFF0
RGB
CMYK
RGB Variations
Color information
#4FDFF0 (or 0x4FDFF0) is known color: Turquoise Blue. HEX triplet: 4F, DF and F0. RGB value is (79,223,240). Sum of RGB (Red+Green+Blue) = 79+223+240=542 (71% of max value = 765). Red value is 79 (31.25% from 255 or 14.58% from 542); Green value is 223 (87.5% from 255 or 41.14% from 542); Blue value is 240 (94.14% from 255 or 44.28% from 542); Max value from RGB is 240 - color contains mainly: blue. Hex color #4FDFF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FDFF0 is #B0200F. Grayscale: #B5B5B5. Windows color (decimal): -11542544 or 15785807. OLE color: 15785807.
HSL color Cylindrical-coordinate representation of color #4FDFF0: hue angle of 186.34º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FDFF0 is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 79 | 223 | 240 | - |
| CMYK | 0.67 | 0.07 | 0 | 0.06 |
| HSL | 186.34º | 0.84% | 0.63% | - |
| HSV(B) | 186.34º | 0.67% | 0.94% | - |
| XYZ | 45.34 | 60.73 | 91.77 | - |
| YUV | 181.88 | 160.79 | 54.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 223 | 240 | 0.67 | 0.07 | 0 | 0.06 | 186.34 | 0.84 | 0.63 |
| Hex | 4F | DF | F0 | 43 | 7 | 0 | 6 | BA | 54 | 3F |
| Octal | 117 | 337 | 360 | 103 | 7 | 0 | 6 | 272 | 124 | 77 |
| Binary | 1001111 | 11011111 | 11110000 | 1000011 | 111 | 0 | 110 | 10111010 | 1010100 | 111111 |
Color Harmonies of #4FDFF0
Complementary color
Monochromatic Colors of #4FDFF0
Black with #4FDFF0
Text Example
Text Example
White with #4FDFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDFF0; }
p { color: rgb(79,223,240); }
H1.HeaderClassName
{
color: #4FDFF0;
}
.AnyTagClassName
{
color: #4FDFF0;
}
</style>
background-color css
<style>
a { background-color: #4FDFF0; }
a { background-color: rgb(79,223,240); }
div.DivClassName
{
background-color: #4FDFF0;
}
.BgClassName
{
background-color: #4FDFF0;
}
</style>
border-color css
<style>
span { border-color: #4FDFF0; }
span { border-color: rgb(79,223,240); }
td.TdClassName
{
border-color: #4FDFF0;
}
.TagClassName
{
border-color: #4FDFF0;
}
</style>