Shades of Turquoise #45ECC9
Tints of Turquoise #45ECC9
RGB
CMYK
RGB Variations
Color information
#45ECC9 (or 0x45ECC9) is known color: Turquoise. HEX triplet: 45, EC and C9. RGB value is (69,236,201). Sum of RGB (Red+Green+Blue) = 69+236+201=506 (67% of max value = 765). Red value is 69 (27.34% from 255 or 13.64% from 506); Green value is 236 (92.58% from 255 or 46.64% from 506); Blue value is 201 (78.91% from 255 or 39.72% from 506); Max value from RGB is 236 - color contains mainly: green. Hex color #45ECC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45ECC9 is #BA1336. Grayscale: #B6B6B6. Windows color (decimal): -12194615 or 13233221. OLE color: 13233221.
HSL color Cylindrical-coordinate representation of color #45ECC9: hue angle of 167.43º 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 #45ECC9 is Cyan = 0.71, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 236 | 201 | - |
| CMYK | 0.71 | 0 | 0.15 | 0.07 |
| HSL | 167.43º | 0.81% | 0.6% | - |
| HSV(B) | 167.43º | 0.71% | 0.93% | - |
| XYZ | 42.99 | 65.47 | 65.63 | - |
| YUV | 182.08 | 138.67 | 47.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 236 | 201 | 0.71 | 0 | 0.15 | 0.07 | 167.43 | 0.81 | 0.6 |
| Hex | 45 | EC | C9 | 47 | 0 | F | 7 | A7 | 51 | 3C |
| Octal | 105 | 354 | 311 | 107 | 0 | 17 | 7 | 247 | 121 | 74 |
| Binary | 1000101 | 11101100 | 11001001 | 1000111 | 0 | 1111 | 111 | 10100111 | 1010001 | 111100 |
Color Harmonies of #45ECC9
Complementary color
Monochromatic Colors of #45ECC9
Black with #45ECC9
Text Example
Text Example
White with #45ECC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45ECC9; }
p { color: rgb(69,236,201); }
H1.HeaderClassName
{
color: #45ECC9;
}
.AnyTagClassName
{
color: #45ECC9;
}
</style>
background-color css
<style>
a { background-color: #45ECC9; }
a { background-color: rgb(69,236,201); }
div.DivClassName
{
background-color: #45ECC9;
}
.BgClassName
{
background-color: #45ECC9;
}
</style>
border-color css
<style>
span { border-color: #45ECC9; }
span { border-color: rgb(69,236,201); }
td.TdClassName
{
border-color: #45ECC9;
}
.TagClassName
{
border-color: #45ECC9;
}
</style>