Shades of Medium Turquoise #45D4CE
Tints of Medium Turquoise #45D4CE
RGB
CMYK
RGB Variations
Color information
#45D4CE (or 0x45D4CE) is known color: Medium Turquoise. HEX triplet: 45, D4 and CE. RGB value is (69,212,206). Sum of RGB (Red+Green+Blue) = 69+212+206=487 (64% of max value = 765). Red value is 69 (27.34% from 255 or 14.17% from 487); Green value is 212 (83.20% from 255 or 43.53% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 212 - color contains mainly: green. Hex color #45D4CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45D4CE is #BA2B31. Grayscale: #A8A8A8. Windows color (decimal): -12200754 or 13554757. OLE color: 13554757.
HSL color Cylindrical-coordinate representation of color #45D4CE: hue angle of 177.48º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45D4CE is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 69 | 212 | 206 | - |
| CMYK | 0.67 | 0 | 0.03 | 0.17 |
| HSL | 177.48º | 0.62% | 0.55% | - |
| HSV(B) | 177.48º | 0.67% | 0.83% | - |
| XYZ | 37.14 | 52.81 | 66.63 | - |
| YUV | 168.56 | 149.12 | 56.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 212 | 206 | 0.67 | 0 | 0.03 | 0.17 | 177.48 | 0.62 | 0.55 |
| Hex | 45 | D4 | CE | 43 | 0 | 3 | 11 | B1 | 3E | 37 |
| Octal | 105 | 324 | 316 | 103 | 0 | 3 | 21 | 261 | 76 | 67 |
| Binary | 1000101 | 11010100 | 11001110 | 1000011 | 0 | 11 | 10001 | 10110001 | 111110 | 110111 |
Color Harmonies of #45D4CE
Complementary color
Monochromatic Colors of #45D4CE
Black with #45D4CE
Text Example
Text Example
White with #45D4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D4CE; }
p { color: rgb(69,212,206); }
H1.HeaderClassName
{
color: #45D4CE;
}
.AnyTagClassName
{
color: #45D4CE;
}
</style>
background-color css
<style>
a { background-color: #45D4CE; }
a { background-color: rgb(69,212,206); }
div.DivClassName
{
background-color: #45D4CE;
}
.BgClassName
{
background-color: #45D4CE;
}
</style>
border-color css
<style>
span { border-color: #45D4CE; }
span { border-color: rgb(69,212,206); }
td.TdClassName
{
border-color: #45D4CE;
}
.TagClassName
{
border-color: #45D4CE;
}
</style>