Shades of Turquoise #2FEBDE
Tints of Turquoise #2FEBDE
RGB
CMYK
RGB Variations
Color information
#2FEBDE (or 0x2FEBDE) is known color: Turquoise. HEX triplet: 2F, EB and DE. RGB value is (47,235,222). Sum of RGB (Red+Green+Blue) = 47+235+222=504 (66% of max value = 765). Red value is 47 (18.75% from 255 or 9.33% from 504); Green value is 235 (92.19% from 255 or 46.63% from 504); Blue value is 222 (87.11% from 255 or 44.05% from 504); Max value from RGB is 235 - color contains mainly: green. Hex color #2FEBDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FEBDE is #D01421. Grayscale: #B1B1B1. Windows color (decimal): -13636642 or 14609199. OLE color: 14609199.
HSL color Cylindrical-coordinate representation of color #2FEBDE: hue angle of 175.85º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEBDE is Cyan = 0.8, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 235 | 222 | - |
| CMYK | 0.8 | 0 | 0.06 | 0.08 |
| HSL | 175.85º | 0.82% | 0.55% | - |
| HSV(B) | 175.85º | 0.8% | 0.92% | - |
| XYZ | 44.07 | 65.29 | 79.39 | - |
| YUV | 177.31 | 153.22 | 35.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 235 | 222 | 0.8 | 0 | 0.06 | 0.08 | 175.85 | 0.82 | 0.55 |
| Hex | 2F | EB | DE | 50 | 0 | 6 | 8 | B0 | 52 | 37 |
| Octal | 57 | 353 | 336 | 120 | 0 | 6 | 10 | 260 | 122 | 67 |
| Binary | 101111 | 11101011 | 11011110 | 1010000 | 0 | 110 | 1000 | 10110000 | 1010010 | 110111 |
Color Harmonies of #2FEBDE
Complementary color
Monochromatic Colors of #2FEBDE
Black with #2FEBDE
Text Example
Text Example
White with #2FEBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEBDE; }
p { color: rgb(47,235,222); }
H1.HeaderClassName
{
color: #2FEBDE;
}
.AnyTagClassName
{
color: #2FEBDE;
}
</style>
background-color css
<style>
a { background-color: #2FEBDE; }
a { background-color: rgb(47,235,222); }
div.DivClassName
{
background-color: #2FEBDE;
}
.BgClassName
{
background-color: #2FEBDE;
}
</style>
border-color css
<style>
span { border-color: #2FEBDE; }
span { border-color: rgb(47,235,222); }
td.TdClassName
{
border-color: #2FEBDE;
}
.TagClassName
{
border-color: #2FEBDE;
}
</style>