Shades of Turquoise #2DF8DE
Tints of Turquoise #2DF8DE
RGB
CMYK
RGB Variations
Color information
#2DF8DE (or 0x2DF8DE) is known color: Turquoise. HEX triplet: 2D, F8 and DE. RGB value is (45,248,222). Sum of RGB (Red+Green+Blue) = 45+248+222=515 (68% of max value = 765). Red value is 45 (17.97% from 255 or 8.74% from 515); Green value is 248 (97.27% from 255 or 48.16% from 515); Blue value is 222 (87.11% from 255 or 43.11% from 515); Max value from RGB is 248 - color contains mainly: green. Hex color #2DF8DE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DF8DE is #D20721. Grayscale: #B8B8B8. Windows color (decimal): -13764386 or 14612525. OLE color: 14612525.
HSL color Cylindrical-coordinate representation of color #2DF8DE: hue angle of 172.32º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DF8DE is Cyan = 0.82, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 45 | 248 | 222 | - |
| CMYK | 0.82 | 0 | 0.10 | 0.03 |
| HSL | 172.32º | 0.94% | 0.57% | - |
| HSV(B) | 172.32º | 0.82% | 0.97% | - |
| XYZ | 47.83 | 72.97 | 80.67 | - |
| YUV | 184.34 | 149.25 | 28.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 248 | 222 | 0.82 | 0 | 0.10 | 0.03 | 172.32 | 0.94 | 0.57 |
| Hex | 2D | F8 | DE | 52 | 0 | A | 3 | AC | 5E | 39 |
| Octal | 55 | 370 | 336 | 122 | 0 | 12 | 3 | 254 | 136 | 71 |
| Binary | 101101 | 11111000 | 11011110 | 1010010 | 0 | 1010 | 11 | 10101100 | 1011110 | 111001 |
Color Harmonies of #2DF8DE
Complementary color
Monochromatic Colors of #2DF8DE
Black with #2DF8DE
Text Example
Text Example
White with #2DF8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF8DE; }
p { color: rgb(45,248,222); }
H1.HeaderClassName
{
color: #2DF8DE;
}
.AnyTagClassName
{
color: #2DF8DE;
}
</style>
background-color css
<style>
a { background-color: #2DF8DE; }
a { background-color: rgb(45,248,222); }
div.DivClassName
{
background-color: #2DF8DE;
}
.BgClassName
{
background-color: #2DF8DE;
}
</style>
border-color css
<style>
span { border-color: #2DF8DE; }
span { border-color: rgb(45,248,222); }
td.TdClassName
{
border-color: #2DF8DE;
}
.TagClassName
{
border-color: #2DF8DE;
}
</style>