Shades of Turquoise #2FDCDD
Tints of Turquoise #2FDCDD
RGB
CMYK
RGB Variations
Color information
#2FDCDD (or 0x2FDCDD) is known color: Turquoise. HEX triplet: 2F, DC and DD. RGB value is (47,220,221). Sum of RGB (Red+Green+Blue) = 47+220+221=488 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.63% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #2FDCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FDCDD is #D02322. Grayscale: #A8A8A8. Windows color (decimal): -13640483 or 14539823. OLE color: 14539823.
HSL color Cylindrical-coordinate representation of color #2FDCDD: hue angle of 180.34º 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 #2FDCDD is Cyan = 0.79, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 220 | 221 | - |
| CMYK | 0.79 | 0.00 | 0 | 0.13 |
| HSL | 180.34º | 0.72% | 0.53% | - |
| HSV(B) | 180.34º | 0.79% | 0.87% | - |
| XYZ | 39.82 | 57.01 | 77.31 | - |
| YUV | 168.39 | 157.69 | 41.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 220 | 221 | 0.79 | 0.00 | 0 | 0.13 | 180.34 | 0.72 | 0.53 |
| Hex | 2F | DC | DD | 4F | 0 | 0 | D | B4 | 48 | 35 |
| Octal | 57 | 334 | 335 | 117 | 0 | 0 | 15 | 264 | 110 | 65 |
| Binary | 101111 | 11011100 | 11011101 | 1001111 | 0 | 0 | 1101 | 10110100 | 1001000 | 110101 |
Color Harmonies of #2FDCDD
Complementary color
Monochromatic Colors of #2FDCDD
Black with #2FDCDD
Text Example
Text Example
White with #2FDCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDCDD; }
p { color: rgb(47,220,221); }
H1.HeaderClassName
{
color: #2FDCDD;
}
.AnyTagClassName
{
color: #2FDCDD;
}
</style>
background-color css
<style>
a { background-color: #2FDCDD; }
a { background-color: rgb(47,220,221); }
div.DivClassName
{
background-color: #2FDCDD;
}
.BgClassName
{
background-color: #2FDCDD;
}
</style>
border-color css
<style>
span { border-color: #2FDCDD; }
span { border-color: rgb(47,220,221); }
td.TdClassName
{
border-color: #2FDCDD;
}
.TagClassName
{
border-color: #2FDCDD;
}
</style>