Shades of Turquoise #4FFBDD
Tints of Turquoise #4FFBDD
RGB
CMYK
RGB Variations
Color information
#4FFBDD (or 0x4FFBDD) is known color: Turquoise. HEX triplet: 4F, FB and DD. RGB value is (79,251,221). Sum of RGB (Red+Green+Blue) = 79+251+221=551 (72% of max value = 765). Red value is 79 (31.25% from 255 or 14.34% from 551); Green value is 251 (98.44% from 255 or 45.55% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 251 - color contains mainly: green. Hex color #4FFBDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFBDD is #B00422. Grayscale: #C4C4C4. Windows color (decimal): -11535395 or 14547791. OLE color: 14547791.
HSL color Cylindrical-coordinate representation of color #4FFBDD: hue angle of 169.53º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FFBDD is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 251 | 221 | - |
| CMYK | 0.69 | 0 | 0.12 | 0.02 |
| HSL | 169.53º | 0.96% | 0.65% | - |
| HSV(B) | 169.53º | 0.69% | 0.98% | - |
| XYZ | 50.77 | 75.88 | 80.38 | - |
| YUV | 196.15 | 142.02 | 44.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 251 | 221 | 0.69 | 0 | 0.12 | 0.02 | 169.53 | 0.96 | 0.65 |
| Hex | 4F | FB | DD | 45 | 0 | C | 2 | AA | 60 | 41 |
| Octal | 117 | 373 | 335 | 105 | 0 | 14 | 2 | 252 | 140 | 101 |
| Binary | 1001111 | 11111011 | 11011101 | 1000101 | 0 | 1100 | 10 | 10101010 | 1100000 | 1000001 |
Color Harmonies of #4FFBDD
Complementary color
Monochromatic Colors of #4FFBDD
Black with #4FFBDD
Text Example
Text Example
White with #4FFBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFBDD; }
p { color: rgb(79,251,221); }
H1.HeaderClassName
{
color: #4FFBDD;
}
.AnyTagClassName
{
color: #4FFBDD;
}
</style>
background-color css
<style>
a { background-color: #4FFBDD; }
a { background-color: rgb(79,251,221); }
div.DivClassName
{
background-color: #4FFBDD;
}
.BgClassName
{
background-color: #4FFBDD;
}
</style>
border-color css
<style>
span { border-color: #4FFBDD; }
span { border-color: rgb(79,251,221); }
td.TdClassName
{
border-color: #4FFBDD;
}
.TagClassName
{
border-color: #4FFBDD;
}
</style>