Shades of Medium Turquoise #45CCDB
Tints of Medium Turquoise #45CCDB
RGB
CMYK
RGB Variations
Color information
#45CCDB (or 0x45CCDB) is known color: Medium Turquoise. HEX triplet: 45, CC and DB. RGB value is (69,204,219). Sum of RGB (Red+Green+Blue) = 69+204+219=492 (65% of max value = 765). Red value is 69 (27.34% from 255 or 14.02% from 492); Green value is 204 (80.08% from 255 or 41.46% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #45CCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45CCDB is #BA3324. Grayscale: #A5A5A5. Windows color (decimal): -12202789 or 14404677. OLE color: 14404677.
HSL color Cylindrical-coordinate representation of color #45CCDB: hue angle of 186º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45CCDB is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 204 | 219 | - |
| CMYK | 0.68 | 0.07 | 0 | 0.14 |
| HSL | 186º | 0.68% | 0.56% | - |
| HSV(B) | 186º | 0.68% | 0.86% | - |
| XYZ | 36.83 | 49.57 | 74.64 | - |
| YUV | 165.35 | 158.27 | 59.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 204 | 219 | 0.68 | 0.07 | 0 | 0.14 | 186 | 0.68 | 0.56 |
| Hex | 45 | CC | DB | 44 | 7 | 0 | E | BA | 44 | 38 |
| Octal | 105 | 314 | 333 | 104 | 7 | 0 | 16 | 272 | 104 | 70 |
| Binary | 1000101 | 11001100 | 11011011 | 1000100 | 111 | 0 | 1110 | 10111010 | 1000100 | 111000 |
Color Harmonies of #45CCDB
Complementary color
Monochromatic Colors of #45CCDB
Black with #45CCDB
Text Example
Text Example
White with #45CCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CCDB; }
p { color: rgb(69,204,219); }
H1.HeaderClassName
{
color: #45CCDB;
}
.AnyTagClassName
{
color: #45CCDB;
}
</style>
background-color css
<style>
a { background-color: #45CCDB; }
a { background-color: rgb(69,204,219); }
div.DivClassName
{
background-color: #45CCDB;
}
.BgClassName
{
background-color: #45CCDB;
}
</style>
border-color css
<style>
span { border-color: #45CCDB; }
span { border-color: rgb(69,204,219); }
td.TdClassName
{
border-color: #45CCDB;
}
.TagClassName
{
border-color: #45CCDB;
}
</style>