Shades of Turquoise Blue #4FDDF0
Tints of Turquoise Blue #4FDDF0
RGB
CMYK
RGB Variations
Color information
#4FDDF0 (or 0x4FDDF0) is known color: Turquoise Blue. HEX triplet: 4F, DD and F0. RGB value is (79,221,240). Sum of RGB (Red+Green+Blue) = 79+221+240=540 (71% of max value = 765). Red value is 79 (31.25% from 255 or 14.63% from 540); Green value is 221 (86.72% from 255 or 40.93% from 540); Blue value is 240 (94.14% from 255 or 44.44% from 540); Max value from RGB is 240 - color contains mainly: blue. Hex color #4FDDF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FDDF0 is #B0220F. Grayscale: #B4B4B4. Windows color (decimal): -11543056 or 15785295. OLE color: 15785295.
HSL color Cylindrical-coordinate representation of color #4FDDF0: hue angle of 187.08º 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 #4FDDF0 is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 79 | 221 | 240 | - |
| CMYK | 0.67 | 0.08 | 0 | 0.06 |
| HSL | 187.08º | 0.84% | 0.63% | - |
| HSV(B) | 187.08º | 0.67% | 0.94% | - |
| XYZ | 44.81 | 59.67 | 91.59 | - |
| YUV | 180.71 | 161.46 | 55.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 221 | 240 | 0.67 | 0.08 | 0 | 0.06 | 187.08 | 0.84 | 0.63 |
| Hex | 4F | DD | F0 | 43 | 8 | 0 | 6 | BB | 54 | 3F |
| Octal | 117 | 335 | 360 | 103 | 10 | 0 | 6 | 273 | 124 | 77 |
| Binary | 1001111 | 11011101 | 11110000 | 1000011 | 1000 | 0 | 110 | 10111011 | 1010100 | 111111 |
Color Harmonies of #4FDDF0
Complementary color
Monochromatic Colors of #4FDDF0
Black with #4FDDF0
Text Example
Text Example
White with #4FDDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDDF0; }
p { color: rgb(79,221,240); }
H1.HeaderClassName
{
color: #4FDDF0;
}
.AnyTagClassName
{
color: #4FDDF0;
}
</style>
background-color css
<style>
a { background-color: #4FDDF0; }
a { background-color: rgb(79,221,240); }
div.DivClassName
{
background-color: #4FDDF0;
}
.BgClassName
{
background-color: #4FDDF0;
}
</style>
border-color css
<style>
span { border-color: #4FDDF0; }
span { border-color: rgb(79,221,240); }
td.TdClassName
{
border-color: #4FDDF0;
}
.TagClassName
{
border-color: #4FDDF0;
}
</style>