Shades of Turquoise #4FDDDE
Tints of Turquoise #4FDDDE
RGB
CMYK
RGB Variations
Color information
#4FDDDE (or 0x4FDDDE) is known color: Turquoise. HEX triplet: 4F, DD and DE. RGB value is (79,221,222). Sum of RGB (Red+Green+Blue) = 79+221+222=522 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.13% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 222 (87.11% from 255 or 42.53% from 522); Max value from RGB is 222 - color contains mainly: blue. Hex color #4FDDDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDDDE is #B02221. Grayscale: #B2B2B2. Windows color (decimal): -11543074 or 14605647. OLE color: 14605647.
HSL color Cylindrical-coordinate representation of color #4FDDDE: hue angle of 180.42º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FDDDE is Cyan = 0.64, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 221 | 222 | - |
| CMYK | 0.64 | 0.00 | 0 | 0.13 |
| HSL | 180.42º | 0.68% | 0.59% | - |
| HSV(B) | 180.42º | 0.64% | 0.87% | - |
| XYZ | 42.27 | 58.65 | 78.2 | - |
| YUV | 178.66 | 152.46 | 56.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 221 | 222 | 0.64 | 0.00 | 0 | 0.13 | 180.42 | 0.68 | 0.59 |
| Hex | 4F | DD | DE | 40 | 0 | 0 | D | B4 | 44 | 3B |
| Octal | 117 | 335 | 336 | 100 | 0 | 0 | 15 | 264 | 104 | 73 |
| Binary | 1001111 | 11011101 | 11011110 | 1000000 | 0 | 0 | 1101 | 10110100 | 1000100 | 111011 |
Color Harmonies of #4FDDDE
Complementary color
Monochromatic Colors of #4FDDDE
Black with #4FDDDE
Text Example
Text Example
White with #4FDDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDDDE; }
p { color: rgb(79,221,222); }
H1.HeaderClassName
{
color: #4FDDDE;
}
.AnyTagClassName
{
color: #4FDDDE;
}
</style>
background-color css
<style>
a { background-color: #4FDDDE; }
a { background-color: rgb(79,221,222); }
div.DivClassName
{
background-color: #4FDDDE;
}
.BgClassName
{
background-color: #4FDDDE;
}
</style>
border-color css
<style>
span { border-color: #4FDDDE; }
span { border-color: rgb(79,221,222); }
td.TdClassName
{
border-color: #4FDDDE;
}
.TagClassName
{
border-color: #4FDDDE;
}
</style>