Shades of Turquoise #2DEAD8
Tints of Turquoise #2DEAD8
RGB
CMYK
RGB Variations
Color information
#2DEAD8 (or 0x2DEAD8) is known color: Turquoise. HEX triplet: 2D, EA and D8. RGB value is (45,234,216). Sum of RGB (Red+Green+Blue) = 45+234+216=495 (65% of max value = 765). Red value is 45 (17.97% from 255 or 9.09% from 495); Green value is 234 (91.80% from 255 or 47.27% from 495); Blue value is 216 (84.77% from 255 or 43.64% from 495); Max value from RGB is 234 - color contains mainly: green. Hex color #2DEAD8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DEAD8 is #D21527. Grayscale: #AFAFAF. Windows color (decimal): -13767976 or 14215725. OLE color: 14215725.
HSL color Cylindrical-coordinate representation of color #2DEAD8: hue angle of 174.29º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DEAD8 is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 234 | 216 | - |
| CMYK | 0.81 | 0 | 0.08 | 0.08 |
| HSL | 174.29º | 0.82% | 0.55% | - |
| HSV(B) | 174.29º | 0.81% | 0.92% | - |
| XYZ | 42.9 | 64.36 | 75.13 | - |
| YUV | 175.44 | 150.88 | 34.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 234 | 216 | 0.81 | 0 | 0.08 | 0.08 | 174.29 | 0.82 | 0.55 |
| Hex | 2D | EA | D8 | 51 | 0 | 8 | 8 | AE | 52 | 37 |
| Octal | 55 | 352 | 330 | 121 | 0 | 10 | 10 | 256 | 122 | 67 |
| Binary | 101101 | 11101010 | 11011000 | 1010001 | 0 | 1000 | 1000 | 10101110 | 1010010 | 110111 |
Color Harmonies of #2DEAD8
Complementary color
Monochromatic Colors of #2DEAD8
Black with #2DEAD8
Text Example
Text Example
White with #2DEAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEAD8; }
p { color: rgb(45,234,216); }
H1.HeaderClassName
{
color: #2DEAD8;
}
.AnyTagClassName
{
color: #2DEAD8;
}
</style>
background-color css
<style>
a { background-color: #2DEAD8; }
a { background-color: rgb(45,234,216); }
div.DivClassName
{
background-color: #2DEAD8;
}
.BgClassName
{
background-color: #2DEAD8;
}
</style>
border-color css
<style>
span { border-color: #2DEAD8; }
span { border-color: rgb(45,234,216); }
td.TdClassName
{
border-color: #2DEAD8;
}
.TagClassName
{
border-color: #2DEAD8;
}
</style>