Shades of Medium Turquoise #45D6CB
Tints of Medium Turquoise #45D6CB
RGB
CMYK
RGB Variations
Color information
#45D6CB (or 0x45D6CB) is known color: Medium Turquoise. HEX triplet: 45, D6 and CB. RGB value is (69,214,203). Sum of RGB (Red+Green+Blue) = 69+214+203=486 (64% of max value = 765). Red value is 69 (27.34% from 255 or 14.20% from 486); Green value is 214 (83.98% from 255 or 44.03% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 214 - color contains mainly: green. Hex color #45D6CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45D6CB is #BA2934. Grayscale: #A9A9A9. Windows color (decimal): -12200245 or 13358661. OLE color: 13358661.
HSL color Cylindrical-coordinate representation of color #45D6CB: hue angle of 175.45º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45D6CB is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 69 | 214 | 203 | - |
| CMYK | 0.68 | 0 | 0.05 | 0.16 |
| HSL | 175.45º | 0.64% | 0.55% | - |
| HSV(B) | 175.45º | 0.68% | 0.84% | - |
| XYZ | 37.28 | 53.67 | 64.89 | - |
| YUV | 169.39 | 146.96 | 56.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 214 | 203 | 0.68 | 0 | 0.05 | 0.16 | 175.45 | 0.64 | 0.55 |
| Hex | 45 | D6 | CB | 44 | 0 | 5 | 10 | AF | 40 | 37 |
| Octal | 105 | 326 | 313 | 104 | 0 | 5 | 20 | 257 | 100 | 67 |
| Binary | 1000101 | 11010110 | 11001011 | 1000100 | 0 | 101 | 10000 | 10101111 | 1000000 | 110111 |
Color Harmonies of #45D6CB
Complementary color
Monochromatic Colors of #45D6CB
Black with #45D6CB
Text Example
Text Example
White with #45D6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D6CB; }
p { color: rgb(69,214,203); }
H1.HeaderClassName
{
color: #45D6CB;
}
.AnyTagClassName
{
color: #45D6CB;
}
</style>
background-color css
<style>
a { background-color: #45D6CB; }
a { background-color: rgb(69,214,203); }
div.DivClassName
{
background-color: #45D6CB;
}
.BgClassName
{
background-color: #45D6CB;
}
</style>
border-color css
<style>
span { border-color: #45D6CB; }
span { border-color: rgb(69,214,203); }
td.TdClassName
{
border-color: #45D6CB;
}
.TagClassName
{
border-color: #45D6CB;
}
</style>