Shades of Turquoise #2DF6E8
Tints of Turquoise #2DF6E8
RGB
CMYK
RGB Variations
Color information
#2DF6E8 (or 0x2DF6E8) is known color: Turquoise. HEX triplet: 2D, F6 and E8. RGB value is (45,246,232). Sum of RGB (Red+Green+Blue) = 45+246+232=523 (69% of max value = 765). Red value is 45 (17.97% from 255 or 8.60% from 523); Green value is 246 (96.48% from 255 or 47.04% from 523); Blue value is 232 (91.02% from 255 or 44.36% from 523); Max value from RGB is 246 - color contains mainly: green. Hex color #2DF6E8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2DF6E8 is #D20917. Grayscale: #B8B8B8. Windows color (decimal): -13764888 or 15267373. OLE color: 15267373.
HSL color Cylindrical-coordinate representation of color #2DF6E8: hue angle of 175.82º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DF6E8 is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 45 | 246 | 232 | - |
| CMYK | 0.82 | 0 | 0.06 | 0.04 |
| HSL | 175.82º | 0.92% | 0.57% | - |
| HSV(B) | 175.82º | 0.82% | 0.96% | - |
| XYZ | 48.6 | 72.3 | 87.74 | - |
| YUV | 184.31 | 154.91 | 28.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 246 | 232 | 0.82 | 0 | 0.06 | 0.04 | 175.82 | 0.92 | 0.57 |
| Hex | 2D | F6 | E8 | 52 | 0 | 6 | 4 | B0 | 5C | 39 |
| Octal | 55 | 366 | 350 | 122 | 0 | 6 | 4 | 260 | 134 | 71 |
| Binary | 101101 | 11110110 | 11101000 | 1010010 | 0 | 110 | 100 | 10110000 | 1011100 | 111001 |
Color Harmonies of #2DF6E8
Complementary color
Monochromatic Colors of #2DF6E8
Black with #2DF6E8
Text Example
Text Example
White with #2DF6E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF6E8; }
p { color: rgb(45,246,232); }
H1.HeaderClassName
{
color: #2DF6E8;
}
.AnyTagClassName
{
color: #2DF6E8;
}
</style>
background-color css
<style>
a { background-color: #2DF6E8; }
a { background-color: rgb(45,246,232); }
div.DivClassName
{
background-color: #2DF6E8;
}
.BgClassName
{
background-color: #2DF6E8;
}
</style>
border-color css
<style>
span { border-color: #2DF6E8; }
span { border-color: rgb(45,246,232); }
td.TdClassName
{
border-color: #2DF6E8;
}
.TagClassName
{
border-color: #2DF6E8;
}
</style>