Shades of Turquoise #2FEDDF
Tints of Turquoise #2FEDDF
RGB
CMYK
RGB Variations
Color information
#2FEDDF (or 0x2FEDDF) is known color: Turquoise. HEX triplet: 2F, ED and DF. RGB value is (47,237,223). Sum of RGB (Red+Green+Blue) = 47+237+223=507 (67% of max value = 765). Red value is 47 (18.75% from 255 or 9.27% from 507); Green value is 237 (92.97% from 255 or 46.75% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 237 - color contains mainly: green. Hex color #2FEDDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FEDDF is #D01220. Grayscale: #B2B2B2. Windows color (decimal): -13636129 or 14675247. OLE color: 14675247.
HSL color Cylindrical-coordinate representation of color #2FEDDF: hue angle of 175.58º 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 #2FEDDF is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 237 | 223 | - |
| CMYK | 0.80 | 0 | 0.06 | 0.07 |
| HSL | 175.58º | 0.84% | 0.56% | - |
| HSV(B) | 175.58º | 0.8% | 0.93% | - |
| XYZ | 44.78 | 66.5 | 80.29 | - |
| YUV | 178.59 | 153.05 | 34.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 237 | 223 | 0.80 | 0 | 0.06 | 0.07 | 175.58 | 0.84 | 0.56 |
| Hex | 2F | ED | DF | 50 | 0 | 6 | 7 | B0 | 54 | 38 |
| Octal | 57 | 355 | 337 | 120 | 0 | 6 | 7 | 260 | 124 | 70 |
| Binary | 101111 | 11101101 | 11011111 | 1010000 | 0 | 110 | 111 | 10110000 | 1010100 | 111000 |
Color Harmonies of #2FEDDF
Complementary color
Monochromatic Colors of #2FEDDF
Black with #2FEDDF
Text Example
Text Example
White with #2FEDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEDDF; }
p { color: rgb(47,237,223); }
H1.HeaderClassName
{
color: #2FEDDF;
}
.AnyTagClassName
{
color: #2FEDDF;
}
</style>
background-color css
<style>
a { background-color: #2FEDDF; }
a { background-color: rgb(47,237,223); }
div.DivClassName
{
background-color: #2FEDDF;
}
.BgClassName
{
background-color: #2FEDDF;
}
</style>
border-color css
<style>
span { border-color: #2FEDDF; }
span { border-color: rgb(47,237,223); }
td.TdClassName
{
border-color: #2FEDDF;
}
.TagClassName
{
border-color: #2FEDDF;
}
</style>