Shades of Turquoise #2DDBED
Tints of Turquoise #2DDBED
RGB
CMYK
RGB Variations
Color information
#2DDBED (or 0x2DDBED) is known color: Turquoise. HEX triplet: 2D, DB and ED. RGB value is (45,219,237). Sum of RGB (Red+Green+Blue) = 45+219+237=501 (66% of max value = 765). Red value is 45 (17.97% from 255 or 8.98% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 237 - color contains mainly: blue. Hex color #2DDBED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DDBED is #D22412. Grayscale: #A8A8A8. Windows color (decimal): -13771795 or 15588141. OLE color: 15588141.
HSL color Cylindrical-coordinate representation of color #2DDBED: hue angle of 185.62º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DDBED is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 219 | 237 | - |
| CMYK | 0.81 | 0.08 | 0 | 0.07 |
| HSL | 185.63º | 0.84% | 0.55% | - |
| HSV(B) | 185.63º | 0.81% | 0.93% | - |
| XYZ | 41.7 | 57.34 | 88.99 | - |
| YUV | 169.03 | 166.35 | 39.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 219 | 237 | 0.81 | 0.08 | 0 | 0.07 | 185.63 | 0.84 | 0.55 |
| Hex | 2D | DB | ED | 51 | 8 | 0 | 7 | BA | 54 | 37 |
| Octal | 55 | 333 | 355 | 121 | 10 | 0 | 7 | 272 | 124 | 67 |
| Binary | 101101 | 11011011 | 11101101 | 1010001 | 1000 | 0 | 111 | 10111010 | 1010100 | 110111 |
Color Harmonies of #2DDBED
Complementary color
Monochromatic Colors of #2DDBED
Black with #2DDBED
Text Example
Text Example
White with #2DDBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDBED; }
p { color: rgb(45,219,237); }
H1.HeaderClassName
{
color: #2DDBED;
}
.AnyTagClassName
{
color: #2DDBED;
}
</style>
background-color css
<style>
a { background-color: #2DDBED; }
a { background-color: rgb(45,219,237); }
div.DivClassName
{
background-color: #2DDBED;
}
.BgClassName
{
background-color: #2DDBED;
}
</style>
border-color css
<style>
span { border-color: #2DDBED; }
span { border-color: rgb(45,219,237); }
td.TdClassName
{
border-color: #2DDBED;
}
.TagClassName
{
border-color: #2DDBED;
}
</style>