Shades of Medium Turquoise #45CEC5
Tints of Medium Turquoise #45CEC5
RGB
CMYK
RGB Variations
Color information
#45CEC5 (or 0x45CEC5) is known color: Medium Turquoise. HEX triplet: 45, CE and C5. RGB value is (69,206,197). Sum of RGB (Red+Green+Blue) = 69+206+197=472 (62% of max value = 765). Red value is 69 (27.34% from 255 or 14.62% from 472); Green value is 206 (80.86% from 255 or 43.64% from 472); Blue value is 197 (77.34% from 255 or 41.74% from 472); Max value from RGB is 206 - color contains mainly: green. Hex color #45CEC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45CEC5 is #BA313A. Grayscale: #A3A3A3. Windows color (decimal): -12202299 or 12963397. OLE color: 12963397.
HSL color Cylindrical-coordinate representation of color #45CEC5: hue angle of 176.06º 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 #45CEC5 is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 206 | 197 | - |
| CMYK | 0.67 | 0 | 0.04 | 0.19 |
| HSL | 176.06º | 0.58% | 0.54% | - |
| HSV(B) | 176.06º | 0.67% | 0.81% | - |
| XYZ | 34.6 | 49.44 | 60.54 | - |
| YUV | 164.01 | 146.61 | 60.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 206 | 197 | 0.67 | 0 | 0.04 | 0.19 | 176.06 | 0.58 | 0.54 |
| Hex | 45 | CE | C5 | 43 | 0 | 4 | 13 | B0 | 3A | 36 |
| Octal | 105 | 316 | 305 | 103 | 0 | 4 | 23 | 260 | 72 | 66 |
| Binary | 1000101 | 11001110 | 11000101 | 1000011 | 0 | 100 | 10011 | 10110000 | 111010 | 110110 |
Color Harmonies of #45CEC5
Complementary color
Monochromatic Colors of #45CEC5
Black with #45CEC5
Text Example
Text Example
White with #45CEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CEC5; }
p { color: rgb(69,206,197); }
H1.HeaderClassName
{
color: #45CEC5;
}
.AnyTagClassName
{
color: #45CEC5;
}
</style>
background-color css
<style>
a { background-color: #45CEC5; }
a { background-color: rgb(69,206,197); }
div.DivClassName
{
background-color: #45CEC5;
}
.BgClassName
{
background-color: #45CEC5;
}
</style>
border-color css
<style>
span { border-color: #45CEC5; }
span { border-color: rgb(69,206,197); }
td.TdClassName
{
border-color: #45CEC5;
}
.TagClassName
{
border-color: #45CEC5;
}
</style>