Shades of Turquoise #2FFDEB
Tints of Turquoise #2FFDEB
RGB
CMYK
RGB Variations
Color information
#2FFDEB (or 0x2FFDEB) is known color: Turquoise. HEX triplet: 2F, FD and EB. RGB value is (47,253,235). Sum of RGB (Red+Green+Blue) = 47+253+235=535 (70% of max value = 765). Red value is 47 (18.75% from 255 or 8.79% from 535); Green value is 253 (99.22% from 255 or 47.29% from 535); Blue value is 235 (92.19% from 255 or 43.93% from 535); Max value from RGB is 253 - color contains mainly: green. Hex color #2FFDEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FFDEB is #D00214. Grayscale: #BDBDBD. Windows color (decimal): -13632021 or 15465775. OLE color: 15465775.
HSL color Cylindrical-coordinate representation of color #2FFDEB: hue angle of 174.76º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFDEB is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 253 | 235 | - |
| CMYK | 0.81 | 0 | 0.07 | 0.01 |
| HSL | 174.76º | 0.98% | 0.59% | - |
| HSV(B) | 174.76º | 0.81% | 0.99% | - |
| XYZ | 51.29 | 76.85 | 90.73 | - |
| YUV | 189.35 | 153.75 | 26.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 253 | 235 | 0.81 | 0 | 0.07 | 0.01 | 174.76 | 0.98 | 0.59 |
| Hex | 2F | FD | EB | 51 | 0 | 7 | 1 | AF | 62 | 3B |
| Octal | 57 | 375 | 353 | 121 | 0 | 7 | 1 | 257 | 142 | 73 |
| Binary | 101111 | 11111101 | 11101011 | 1010001 | 0 | 111 | 1 | 10101111 | 1100010 | 111011 |
Color Harmonies of #2FFDEB
Complementary color
Monochromatic Colors of #2FFDEB
Black with #2FFDEB
Text Example
Text Example
White with #2FFDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFDEB; }
p { color: rgb(47,253,235); }
H1.HeaderClassName
{
color: #2FFDEB;
}
.AnyTagClassName
{
color: #2FFDEB;
}
</style>
background-color css
<style>
a { background-color: #2FFDEB; }
a { background-color: rgb(47,253,235); }
div.DivClassName
{
background-color: #2FFDEB;
}
.BgClassName
{
background-color: #2FFDEB;
}
</style>
border-color css
<style>
span { border-color: #2FFDEB; }
span { border-color: rgb(47,253,235); }
td.TdClassName
{
border-color: #2FFDEB;
}
.TagClassName
{
border-color: #2FFDEB;
}
</style>