Shades of Turquoise #2FEDDD
Tints of Turquoise #2FEDDD
RGB
CMYK
RGB Variations
Color information
#2FEDDD (or 0x2FEDDD) is known color: Turquoise. HEX triplet: 2F, ED and DD. RGB value is (47,237,221). Sum of RGB (Red+Green+Blue) = 47+237+221=505 (66% of max value = 765). Red value is 47 (18.75% from 255 or 9.31% from 505); Green value is 237 (92.97% from 255 or 46.93% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 237 - color contains mainly: green. Hex color #2FEDDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FEDDD is #D01222. Grayscale: #B2B2B2. Windows color (decimal): -13636131 or 14544175. OLE color: 14544175.
HSL color Cylindrical-coordinate representation of color #2FEDDD: hue angle of 174.95º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEDDD is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 237 | 221 | - |
| CMYK | 0.80 | 0 | 0.07 | 0.07 |
| HSL | 174.95º | 0.84% | 0.56% | - |
| HSV(B) | 174.95º | 0.8% | 0.93% | - |
| XYZ | 44.51 | 66.39 | 78.88 | - |
| YUV | 178.37 | 152.05 | 34.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 237 | 221 | 0.80 | 0 | 0.07 | 0.07 | 174.95 | 0.84 | 0.56 |
| Hex | 2F | ED | DD | 50 | 0 | 7 | 7 | AF | 54 | 38 |
| Octal | 57 | 355 | 335 | 120 | 0 | 7 | 7 | 257 | 124 | 70 |
| Binary | 101111 | 11101101 | 11011101 | 1010000 | 0 | 111 | 111 | 10101111 | 1010100 | 111000 |
Color Harmonies of #2FEDDD
Complementary color
Monochromatic Colors of #2FEDDD
Black with #2FEDDD
Text Example
Text Example
White with #2FEDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEDDD; }
p { color: rgb(47,237,221); }
H1.HeaderClassName
{
color: #2FEDDD;
}
.AnyTagClassName
{
color: #2FEDDD;
}
</style>
background-color css
<style>
a { background-color: #2FEDDD; }
a { background-color: rgb(47,237,221); }
div.DivClassName
{
background-color: #2FEDDD;
}
.BgClassName
{
background-color: #2FEDDD;
}
</style>
border-color css
<style>
span { border-color: #2FEDDD; }
span { border-color: rgb(47,237,221); }
td.TdClassName
{
border-color: #2FEDDD;
}
.TagClassName
{
border-color: #2FEDDD;
}
</style>