Shades of Medium Turquoise #45CBDB
Tints of Medium Turquoise #45CBDB
RGB
CMYK
RGB Variations
Color information
#45CBDB (or 0x45CBDB) is known color: Medium Turquoise. HEX triplet: 45, CB and DB. RGB value is (69,203,219). Sum of RGB (Red+Green+Blue) = 69+203+219=491 (65% of max value = 765). Red value is 69 (27.34% from 255 or 14.05% from 491); Green value is 203 (79.69% from 255 or 41.34% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #45CBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45CBDB is #BA3424. Grayscale: #A4A4A4. Windows color (decimal): -12203045 or 14404421. OLE color: 14404421.
HSL color Cylindrical-coordinate representation of color #45CBDB: hue angle of 186.4º 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 #45CBDB is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 203 | 219 | - |
| CMYK | 0.68 | 0.07 | 0 | 0.14 |
| HSL | 186.4º | 0.68% | 0.56% | - |
| HSV(B) | 186.4º | 0.68% | 0.86% | - |
| XYZ | 36.6 | 49.09 | 74.56 | - |
| YUV | 164.76 | 158.61 | 59.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 203 | 219 | 0.68 | 0.07 | 0 | 0.14 | 186.4 | 0.68 | 0.56 |
| Hex | 45 | CB | DB | 44 | 7 | 0 | E | BA | 44 | 38 |
| Octal | 105 | 313 | 333 | 104 | 7 | 0 | 16 | 272 | 104 | 70 |
| Binary | 1000101 | 11001011 | 11011011 | 1000100 | 111 | 0 | 1110 | 10111010 | 1000100 | 111000 |
Color Harmonies of #45CBDB
Complementary color
Monochromatic Colors of #45CBDB
Black with #45CBDB
Text Example
Text Example
White with #45CBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CBDB; }
p { color: rgb(69,203,219); }
H1.HeaderClassName
{
color: #45CBDB;
}
.AnyTagClassName
{
color: #45CBDB;
}
</style>
background-color css
<style>
a { background-color: #45CBDB; }
a { background-color: rgb(69,203,219); }
div.DivClassName
{
background-color: #45CBDB;
}
.BgClassName
{
background-color: #45CBDB;
}
</style>
border-color css
<style>
span { border-color: #45CBDB; }
span { border-color: rgb(69,203,219); }
td.TdClassName
{
border-color: #45CBDB;
}
.TagClassName
{
border-color: #45CBDB;
}
</style>