Shades of Turquoise #45DED2
Tints of Turquoise #45DED2
RGB
CMYK
RGB Variations
Color information
#45DED2 (or 0x45DED2) is known color: Turquoise. HEX triplet: 45, DE and D2. RGB value is (69,222,210). Sum of RGB (Red+Green+Blue) = 69+222+210=501 (66% of max value = 765). Red value is 69 (27.34% from 255 or 13.77% from 501); Green value is 222 (87.11% from 255 or 44.31% from 501); Blue value is 210 (82.42% from 255 or 41.92% from 501); Max value from RGB is 222 - color contains mainly: green. Hex color #45DED2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45DED2 is #BA212D. Grayscale: #AEAEAE. Windows color (decimal): -12198190 or 13819461. OLE color: 13819461.
HSL color Cylindrical-coordinate representation of color #45DED2: hue angle of 175.29º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45DED2 is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 222 | 210 | - |
| CMYK | 0.69 | 0 | 0.05 | 0.13 |
| HSL | 175.29º | 0.7% | 0.57% | - |
| HSV(B) | 175.29º | 0.69% | 0.87% | - |
| XYZ | 40.21 | 58.16 | 70.08 | - |
| YUV | 174.89 | 147.81 | 52.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 222 | 210 | 0.69 | 0 | 0.05 | 0.13 | 175.29 | 0.7 | 0.57 |
| Hex | 45 | DE | D2 | 45 | 0 | 5 | D | AF | 46 | 39 |
| Octal | 105 | 336 | 322 | 105 | 0 | 5 | 15 | 257 | 106 | 71 |
| Binary | 1000101 | 11011110 | 11010010 | 1000101 | 0 | 101 | 1101 | 10101111 | 1000110 | 111001 |
Color Harmonies of #45DED2
Complementary color
Monochromatic Colors of #45DED2
Black with #45DED2
Text Example
Text Example
White with #45DED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DED2; }
p { color: rgb(69,222,210); }
H1.HeaderClassName
{
color: #45DED2;
}
.AnyTagClassName
{
color: #45DED2;
}
</style>
background-color css
<style>
a { background-color: #45DED2; }
a { background-color: rgb(69,222,210); }
div.DivClassName
{
background-color: #45DED2;
}
.BgClassName
{
background-color: #45DED2;
}
</style>
border-color css
<style>
span { border-color: #45DED2; }
span { border-color: rgb(69,222,210); }
td.TdClassName
{
border-color: #45DED2;
}
.TagClassName
{
border-color: #45DED2;
}
</style>