Shades of Turquoise #45ECD0
Tints of Turquoise #45ECD0
RGB
CMYK
RGB Variations
Color information
#45ECD0 (or 0x45ECD0) is known color: Turquoise. HEX triplet: 45, EC and D0. RGB value is (69,236,208). Sum of RGB (Red+Green+Blue) = 69+236+208=513 (67% of max value = 765). Red value is 69 (27.34% from 255 or 13.45% from 513); Green value is 236 (92.58% from 255 or 46.00% from 513); Blue value is 208 (81.64% from 255 or 40.55% from 513); Max value from RGB is 236 - color contains mainly: green. Hex color #45ECD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45ECD0 is #BA132F. Grayscale: #B6B6B6. Windows color (decimal): -12194608 or 13691973. OLE color: 13691973.
HSL color Cylindrical-coordinate representation of color #45ECD0: hue angle of 169.94º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45ECD0 is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 236 | 208 | - |
| CMYK | 0.71 | 0 | 0.12 | 0.07 |
| HSL | 169.94º | 0.81% | 0.6% | - |
| HSV(B) | 169.94º | 0.71% | 0.93% | - |
| XYZ | 43.83 | 65.81 | 70.07 | - |
| YUV | 182.88 | 142.17 | 46.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 236 | 208 | 0.71 | 0 | 0.12 | 0.07 | 169.94 | 0.81 | 0.6 |
| Hex | 45 | EC | D0 | 47 | 0 | C | 7 | AA | 51 | 3C |
| Octal | 105 | 354 | 320 | 107 | 0 | 14 | 7 | 252 | 121 | 74 |
| Binary | 1000101 | 11101100 | 11010000 | 1000111 | 0 | 1100 | 111 | 10101010 | 1010001 | 111100 |
Color Harmonies of #45ECD0
Complementary color
Monochromatic Colors of #45ECD0
Black with #45ECD0
Text Example
Text Example
White with #45ECD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45ECD0; }
p { color: rgb(69,236,208); }
H1.HeaderClassName
{
color: #45ECD0;
}
.AnyTagClassName
{
color: #45ECD0;
}
</style>
background-color css
<style>
a { background-color: #45ECD0; }
a { background-color: rgb(69,236,208); }
div.DivClassName
{
background-color: #45ECD0;
}
.BgClassName
{
background-color: #45ECD0;
}
</style>
border-color css
<style>
span { border-color: #45ECD0; }
span { border-color: rgb(69,236,208); }
td.TdClassName
{
border-color: #45ECD0;
}
.TagClassName
{
border-color: #45ECD0;
}
</style>