Shades of Turquoise #2FDDDE
Tints of Turquoise #2FDDDE
RGB
CMYK
RGB Variations
Color information
#2FDDDE (or 0x2FDDDE) is known color: Turquoise. HEX triplet: 2F, DD and DE. RGB value is (47,221,222). Sum of RGB (Red+Green+Blue) = 47+221+222=490 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.59% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 222 (87.11% from 255 or 45.31% from 490); Max value from RGB is 222 - color contains mainly: blue. Hex color #2FDDDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FDDDE is #D02221. Grayscale: #A8A8A8. Windows color (decimal): -13640226 or 14605615. OLE color: 14605615.
HSL color Cylindrical-coordinate representation of color #2FDDDE: hue angle of 180.34º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDDDE is Cyan = 0.79, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 221 | 222 | - |
| CMYK | 0.79 | 0.00 | 0 | 0.13 |
| HSL | 180.34º | 0.73% | 0.53% | - |
| HSV(B) | 180.34º | 0.79% | 0.87% | - |
| XYZ | 40.21 | 57.59 | 78.1 | - |
| YUV | 169.09 | 157.85 | 40.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 221 | 222 | 0.79 | 0.00 | 0 | 0.13 | 180.34 | 0.73 | 0.53 |
| Hex | 2F | DD | DE | 4F | 0 | 0 | D | B4 | 49 | 35 |
| Octal | 57 | 335 | 336 | 117 | 0 | 0 | 15 | 264 | 111 | 65 |
| Binary | 101111 | 11011101 | 11011110 | 1001111 | 0 | 0 | 1101 | 10110100 | 1001001 | 110101 |
Color Harmonies of #2FDDDE
Complementary color
Monochromatic Colors of #2FDDDE
Black with #2FDDDE
Text Example
Text Example
White with #2FDDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDDDE; }
p { color: rgb(47,221,222); }
H1.HeaderClassName
{
color: #2FDDDE;
}
.AnyTagClassName
{
color: #2FDDDE;
}
</style>
background-color css
<style>
a { background-color: #2FDDDE; }
a { background-color: rgb(47,221,222); }
div.DivClassName
{
background-color: #2FDDDE;
}
.BgClassName
{
background-color: #2FDDDE;
}
</style>
border-color css
<style>
span { border-color: #2FDDDE; }
span { border-color: rgb(47,221,222); }
td.TdClassName
{
border-color: #2FDDDE;
}
.TagClassName
{
border-color: #2FDDDE;
}
</style>