Shades of Turquoise #2FDDDA
Tints of Turquoise #2FDDDA
RGB
CMYK
RGB Variations
Color information
#2FDDDA (or 0x2FDDDA) is known color: Turquoise. HEX triplet: 2F, DD and DA. RGB value is (47,221,218). Sum of RGB (Red+Green+Blue) = 47+221+218=486 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.67% from 486); Green value is 221 (86.72% from 255 or 45.47% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 221 - color contains mainly: green. Hex color #2FDDDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FDDDA is #D02225. Grayscale: #A8A8A8. Windows color (decimal): -13640230 or 14343471. OLE color: 14343471.
HSL color Cylindrical-coordinate representation of color #2FDDDA: hue angle of 178.97º degrees, saturation: 0.72, 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 #2FDDDA is Cyan = 0.79, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 221 | 218 | - |
| CMYK | 0.79 | 0 | 0.01 | 0.13 |
| HSL | 178.97º | 0.72% | 0.53% | - |
| HSV(B) | 178.97º | 0.79% | 0.87% | - |
| XYZ | 39.68 | 57.38 | 75.31 | - |
| YUV | 168.63 | 155.85 | 41.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 221 | 218 | 0.79 | 0 | 0.01 | 0.13 | 178.97 | 0.72 | 0.53 |
| Hex | 2F | DD | DA | 4F | 0 | 1 | D | B3 | 48 | 35 |
| Octal | 57 | 335 | 332 | 117 | 0 | 1 | 15 | 263 | 110 | 65 |
| Binary | 101111 | 11011101 | 11011010 | 1001111 | 0 | 1 | 1101 | 10110011 | 1001000 | 110101 |
Color Harmonies of #2FDDDA
Complementary color
Monochromatic Colors of #2FDDDA
Black with #2FDDDA
Text Example
Text Example
White with #2FDDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDDDA; }
p { color: rgb(47,221,218); }
H1.HeaderClassName
{
color: #2FDDDA;
}
.AnyTagClassName
{
color: #2FDDDA;
}
</style>
background-color css
<style>
a { background-color: #2FDDDA; }
a { background-color: rgb(47,221,218); }
div.DivClassName
{
background-color: #2FDDDA;
}
.BgClassName
{
background-color: #2FDDDA;
}
</style>
border-color css
<style>
span { border-color: #2FDDDA; }
span { border-color: rgb(47,221,218); }
td.TdClassName
{
border-color: #2FDDDA;
}
.TagClassName
{
border-color: #2FDDDA;
}
</style>