Shades of Turquoise #2DDEED
Tints of Turquoise #2DDEED
RGB
CMYK
RGB Variations
Color information
#2DDEED (or 0x2DDEED) is known color: Turquoise. HEX triplet: 2D, DE and ED. RGB value is (45,222,237). Sum of RGB (Red+Green+Blue) = 45+222+237=504 (66% of max value = 765). Red value is 45 (17.97% from 255 or 8.93% from 504); Green value is 222 (87.11% from 255 or 44.05% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 237 - color contains mainly: blue. Hex color #2DDEED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DDEED is #D22112. Grayscale: #AAAAAA. Windows color (decimal): -13771027 or 15588909. OLE color: 15588909.
HSL color Cylindrical-coordinate representation of color #2DDEED: hue angle of 184.69º 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 #2DDEED is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 222 | 237 | - |
| CMYK | 0.81 | 0.06 | 0 | 0.07 |
| HSL | 184.69º | 0.84% | 0.55% | - |
| HSV(B) | 184.69º | 0.81% | 0.93% | - |
| XYZ | 42.49 | 58.91 | 89.25 | - |
| YUV | 170.79 | 165.36 | 38.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 222 | 237 | 0.81 | 0.06 | 0 | 0.07 | 184.69 | 0.84 | 0.55 |
| Hex | 2D | DE | ED | 51 | 6 | 0 | 7 | B9 | 54 | 37 |
| Octal | 55 | 336 | 355 | 121 | 6 | 0 | 7 | 271 | 124 | 67 |
| Binary | 101101 | 11011110 | 11101101 | 1010001 | 110 | 0 | 111 | 10111001 | 1010100 | 110111 |
Color Harmonies of #2DDEED
Complementary color
Monochromatic Colors of #2DDEED
Black with #2DDEED
Text Example
Text Example
White with #2DDEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDEED; }
p { color: rgb(45,222,237); }
H1.HeaderClassName
{
color: #2DDEED;
}
.AnyTagClassName
{
color: #2DDEED;
}
</style>
background-color css
<style>
a { background-color: #2DDEED; }
a { background-color: rgb(45,222,237); }
div.DivClassName
{
background-color: #2DDEED;
}
.BgClassName
{
background-color: #2DDEED;
}
</style>
border-color css
<style>
span { border-color: #2DDEED; }
span { border-color: rgb(45,222,237); }
td.TdClassName
{
border-color: #2DDEED;
}
.TagClassName
{
border-color: #2DDEED;
}
</style>