Shades of Turquoise #2FEBDC
Tints of Turquoise #2FEBDC
RGB
CMYK
RGB Variations
Color information
#2FEBDC (or 0x2FEBDC) is known color: Turquoise. HEX triplet: 2F, EB and DC. RGB value is (47,235,220). Sum of RGB (Red+Green+Blue) = 47+235+220=502 (66% of max value = 765). Red value is 47 (18.75% from 255 or 9.36% from 502); Green value is 235 (92.19% from 255 or 46.81% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 235 - color contains mainly: green. Hex color #2FEBDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FEBDC is #D01423. Grayscale: #B0B0B0. Windows color (decimal): -13636644 or 14478127. OLE color: 14478127.
HSL color Cylindrical-coordinate representation of color #2FEBDC: hue angle of 175.21º 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 #2FEBDC is Cyan = 0.8, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 235 | 220 | - |
| CMYK | 0.8 | 0 | 0.06 | 0.08 |
| HSL | 175.21º | 0.82% | 0.55% | - |
| HSV(B) | 175.21º | 0.8% | 0.92% | - |
| XYZ | 43.8 | 65.19 | 77.98 | - |
| YUV | 177.08 | 152.22 | 35.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 235 | 220 | 0.8 | 0 | 0.06 | 0.08 | 175.21 | 0.82 | 0.55 |
| Hex | 2F | EB | DC | 50 | 0 | 6 | 8 | AF | 52 | 37 |
| Octal | 57 | 353 | 334 | 120 | 0 | 6 | 10 | 257 | 122 | 67 |
| Binary | 101111 | 11101011 | 11011100 | 1010000 | 0 | 110 | 1000 | 10101111 | 1010010 | 110111 |
Color Harmonies of #2FEBDC
Complementary color
Monochromatic Colors of #2FEBDC
Black with #2FEBDC
Text Example
Text Example
White with #2FEBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEBDC; }
p { color: rgb(47,235,220); }
H1.HeaderClassName
{
color: #2FEBDC;
}
.AnyTagClassName
{
color: #2FEBDC;
}
</style>
background-color css
<style>
a { background-color: #2FEBDC; }
a { background-color: rgb(47,235,220); }
div.DivClassName
{
background-color: #2FEBDC;
}
.BgClassName
{
background-color: #2FEBDC;
}
</style>
border-color css
<style>
span { border-color: #2FEBDC; }
span { border-color: rgb(47,235,220); }
td.TdClassName
{
border-color: #2FEBDC;
}
.TagClassName
{
border-color: #2FEBDC;
}
</style>