Shades of Turquoise #2DDEE6
Tints of Turquoise #2DDEE6
RGB
CMYK
RGB Variations
Color information
#2DDEE6 (or 0x2DDEE6) is known color: Turquoise. HEX triplet: 2D, DE and E6. RGB value is (45,222,230). Sum of RGB (Red+Green+Blue) = 45+222+230=497 (65% of max value = 765). Red value is 45 (17.97% from 255 or 9.05% from 497); Green value is 222 (87.11% from 255 or 44.67% from 497); Blue value is 230 (90.23% from 255 or 46.28% from 497); Max value from RGB is 230 - color contains mainly: blue. Hex color #2DDEE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DDEE6 is #D22119. Grayscale: #A9A9A9. Windows color (decimal): -13771034 or 15130157. OLE color: 15130157.
HSL color Cylindrical-coordinate representation of color #2DDEE6: hue angle of 182.59º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DDEE6 is Cyan = 0.80, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 45 | 222 | 230 | - |
| CMYK | 0.80 | 0.03 | 0 | 0.10 |
| HSL | 182.59º | 0.79% | 0.54% | - |
| HSV(B) | 182.59º | 0.8% | 0.9% | - |
| XYZ | 41.49 | 58.51 | 83.97 | - |
| YUV | 169.99 | 161.86 | 38.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 222 | 230 | 0.80 | 0.03 | 0 | 0.10 | 182.59 | 0.79 | 0.54 |
| Hex | 2D | DE | E6 | 50 | 3 | 0 | A | B7 | 4F | 36 |
| Octal | 55 | 336 | 346 | 120 | 3 | 0 | 12 | 267 | 117 | 66 |
| Binary | 101101 | 11011110 | 11100110 | 1010000 | 11 | 0 | 1010 | 10110111 | 1001111 | 110110 |
Color Harmonies of #2DDEE6
Complementary color
Monochromatic Colors of #2DDEE6
Black with #2DDEE6
Text Example
Text Example
White with #2DDEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDEE6; }
p { color: rgb(45,222,230); }
H1.HeaderClassName
{
color: #2DDEE6;
}
.AnyTagClassName
{
color: #2DDEE6;
}
</style>
background-color css
<style>
a { background-color: #2DDEE6; }
a { background-color: rgb(45,222,230); }
div.DivClassName
{
background-color: #2DDEE6;
}
.BgClassName
{
background-color: #2DDEE6;
}
</style>
border-color css
<style>
span { border-color: #2DDEE6; }
span { border-color: rgb(45,222,230); }
td.TdClassName
{
border-color: #2DDEE6;
}
.TagClassName
{
border-color: #2DDEE6;
}
</style>