Shades of Medium Turquoise #45CEC9
Tints of Medium Turquoise #45CEC9
RGB
CMYK
RGB Variations
Color information
#45CEC9 (or 0x45CEC9) is known color: Medium Turquoise. HEX triplet: 45, CE and C9. RGB value is (69,206,201). Sum of RGB (Red+Green+Blue) = 69+206+201=476 (63% of max value = 765). Red value is 69 (27.34% from 255 or 14.50% from 476); Green value is 206 (80.86% from 255 or 43.28% from 476); Blue value is 201 (78.91% from 255 or 42.23% from 476); Max value from RGB is 206 - color contains mainly: green. Hex color #45CEC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45CEC9 is #BA3136. Grayscale: #A4A4A4. Windows color (decimal): -12202295 or 13225541. OLE color: 13225541.
HSL color Cylindrical-coordinate representation of color #45CEC9: hue angle of 177.81º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45CEC9 is Cyan = 0.67, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 206 | 201 | - |
| CMYK | 0.67 | 0 | 0.02 | 0.19 |
| HSL | 177.81º | 0.58% | 0.54% | - |
| HSV(B) | 177.81º | 0.67% | 0.81% | - |
| XYZ | 35.07 | 49.62 | 62.99 | - |
| YUV | 164.47 | 148.61 | 59.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 206 | 201 | 0.67 | 0 | 0.02 | 0.19 | 177.81 | 0.58 | 0.54 |
| Hex | 45 | CE | C9 | 43 | 0 | 2 | 13 | B2 | 3A | 36 |
| Octal | 105 | 316 | 311 | 103 | 0 | 2 | 23 | 262 | 72 | 66 |
| Binary | 1000101 | 11001110 | 11001001 | 1000011 | 0 | 10 | 10011 | 10110010 | 111010 | 110110 |
Color Harmonies of #45CEC9
Complementary color
Monochromatic Colors of #45CEC9
Black with #45CEC9
Text Example
Text Example
White with #45CEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CEC9; }
p { color: rgb(69,206,201); }
H1.HeaderClassName
{
color: #45CEC9;
}
.AnyTagClassName
{
color: #45CEC9;
}
</style>
background-color css
<style>
a { background-color: #45CEC9; }
a { background-color: rgb(69,206,201); }
div.DivClassName
{
background-color: #45CEC9;
}
.BgClassName
{
background-color: #45CEC9;
}
</style>
border-color css
<style>
span { border-color: #45CEC9; }
span { border-color: rgb(69,206,201); }
td.TdClassName
{
border-color: #45CEC9;
}
.TagClassName
{
border-color: #45CEC9;
}
</style>