Shades of Turquoise #2FECDB
Tints of Turquoise #2FECDB
RGB
CMYK
RGB Variations
Color information
#2FECDB (or 0x2FECDB) is known color: Turquoise. HEX triplet: 2F, EC and DB. RGB value is (47,236,219). Sum of RGB (Red+Green+Blue) = 47+236+219=502 (66% of max value = 765). Red value is 47 (18.75% from 255 or 9.36% from 502); Green value is 236 (92.58% from 255 or 47.01% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 236 - color contains mainly: green. Hex color #2FECDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FECDB is #D01324. Grayscale: #B1B1B1. Windows color (decimal): -13636389 or 14412847. OLE color: 14412847.
HSL color Cylindrical-coordinate representation of color #2FECDB: hue angle of 174.6º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FECDB is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 236 | 219 | - |
| CMYK | 0.80 | 0 | 0.07 | 0.07 |
| HSL | 174.6º | 0.83% | 0.55% | - |
| HSV(B) | 174.6º | 0.8% | 0.93% | - |
| XYZ | 43.95 | 65.71 | 77.38 | - |
| YUV | 177.55 | 151.38 | 34.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 236 | 219 | 0.80 | 0 | 0.07 | 0.07 | 174.6 | 0.83 | 0.55 |
| Hex | 2F | EC | DB | 50 | 0 | 7 | 7 | AF | 53 | 37 |
| Octal | 57 | 354 | 333 | 120 | 0 | 7 | 7 | 257 | 123 | 67 |
| Binary | 101111 | 11101100 | 11011011 | 1010000 | 0 | 111 | 111 | 10101111 | 1010011 | 110111 |
Color Harmonies of #2FECDB
Complementary color
Monochromatic Colors of #2FECDB
Black with #2FECDB
Text Example
Text Example
White with #2FECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FECDB; }
p { color: rgb(47,236,219); }
H1.HeaderClassName
{
color: #2FECDB;
}
.AnyTagClassName
{
color: #2FECDB;
}
</style>
background-color css
<style>
a { background-color: #2FECDB; }
a { background-color: rgb(47,236,219); }
div.DivClassName
{
background-color: #2FECDB;
}
.BgClassName
{
background-color: #2FECDB;
}
</style>
border-color css
<style>
span { border-color: #2FECDB; }
span { border-color: rgb(47,236,219); }
td.TdClassName
{
border-color: #2FECDB;
}
.TagClassName
{
border-color: #2FECDB;
}
</style>