Shades of Medium Turquoise #45C8D8
Tints of Medium Turquoise #45C8D8
RGB
CMYK
RGB Variations
Color information
#45C8D8 (or 0x45C8D8) is known color: Medium Turquoise. HEX triplet: 45, C8 and D8. RGB value is (69,200,216). Sum of RGB (Red+Green+Blue) = 69+200+216=485 (64% of max value = 765). Red value is 69 (27.34% from 255 or 14.23% from 485); Green value is 200 (78.52% from 255 or 41.24% from 485); Blue value is 216 (84.77% from 255 or 44.54% from 485); Max value from RGB is 216 - color contains mainly: blue. Hex color #45C8D8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45C8D8 is #BA3727. Grayscale: #A2A2A2. Windows color (decimal): -12203816 or 14207045. OLE color: 14207045.
HSL color Cylindrical-coordinate representation of color #45C8D8: hue angle of 186.53º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45C8D8 is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 69 | 200 | 216 | - |
| CMYK | 0.68 | 0.07 | 0 | 0.15 |
| HSL | 186.53º | 0.65% | 0.56% | - |
| HSV(B) | 186.53º | 0.68% | 0.85% | - |
| XYZ | 35.5 | 47.53 | 72.27 | - |
| YUV | 162.66 | 158.1 | 61.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 200 | 216 | 0.68 | 0.07 | 0 | 0.15 | 186.53 | 0.65 | 0.56 |
| Hex | 45 | C8 | D8 | 44 | 7 | 0 | F | BB | 41 | 38 |
| Octal | 105 | 310 | 330 | 104 | 7 | 0 | 17 | 273 | 101 | 70 |
| Binary | 1000101 | 11001000 | 11011000 | 1000100 | 111 | 0 | 1111 | 10111011 | 1000001 | 111000 |
Color Harmonies of #45C8D8
Complementary color
Monochromatic Colors of #45C8D8
Black with #45C8D8
Text Example
Text Example
White with #45C8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C8D8; }
p { color: rgb(69,200,216); }
H1.HeaderClassName
{
color: #45C8D8;
}
.AnyTagClassName
{
color: #45C8D8;
}
</style>
background-color css
<style>
a { background-color: #45C8D8; }
a { background-color: rgb(69,200,216); }
div.DivClassName
{
background-color: #45C8D8;
}
.BgClassName
{
background-color: #45C8D8;
}
</style>
border-color css
<style>
span { border-color: #45C8D8; }
span { border-color: rgb(69,200,216); }
td.TdClassName
{
border-color: #45C8D8;
}
.TagClassName
{
border-color: #45C8D8;
}
</style>