Shades of Turquoise #45E1D2
Tints of Turquoise #45E1D2
RGB
CMYK
RGB Variations
Color information
#45E1D2 (or 0x45E1D2) is known color: Turquoise. HEX triplet: 45, E1 and D2. RGB value is (69,225,210). Sum of RGB (Red+Green+Blue) = 69+225+210=504 (66% of max value = 765). Red value is 69 (27.34% from 255 or 13.69% from 504); Green value is 225 (88.28% from 255 or 44.64% from 504); Blue value is 210 (82.42% from 255 or 41.67% from 504); Max value from RGB is 225 - color contains mainly: green. Hex color #45E1D2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45E1D2 is #BA1E2D. Grayscale: #B0B0B0. Windows color (decimal): -12197422 or 13820229. OLE color: 13820229.
HSL color Cylindrical-coordinate representation of color #45E1D2: hue angle of 174.23º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45E1D2 is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 69 | 225 | 210 | - |
| CMYK | 0.69 | 0 | 0.07 | 0.12 |
| HSL | 174.23º | 0.72% | 0.58% | - |
| HSV(B) | 174.23º | 0.69% | 0.88% | - |
| XYZ | 41.01 | 59.77 | 70.35 | - |
| YUV | 176.65 | 146.82 | 51.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 225 | 210 | 0.69 | 0 | 0.07 | 0.12 | 174.23 | 0.72 | 0.58 |
| Hex | 45 | E1 | D2 | 45 | 0 | 7 | C | AE | 48 | 3A |
| Octal | 105 | 341 | 322 | 105 | 0 | 7 | 14 | 256 | 110 | 72 |
| Binary | 1000101 | 11100001 | 11010010 | 1000101 | 0 | 111 | 1100 | 10101110 | 1001000 | 111010 |
Color Harmonies of #45E1D2
Complementary color
Monochromatic Colors of #45E1D2
Black with #45E1D2
Text Example
Text Example
White with #45E1D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E1D2; }
p { color: rgb(69,225,210); }
H1.HeaderClassName
{
color: #45E1D2;
}
.AnyTagClassName
{
color: #45E1D2;
}
</style>
background-color css
<style>
a { background-color: #45E1D2; }
a { background-color: rgb(69,225,210); }
div.DivClassName
{
background-color: #45E1D2;
}
.BgClassName
{
background-color: #45E1D2;
}
</style>
border-color css
<style>
span { border-color: #45E1D2; }
span { border-color: rgb(69,225,210); }
td.TdClassName
{
border-color: #45E1D2;
}
.TagClassName
{
border-color: #45E1D2;
}
</style>