Shades of Turquoise #45DBBC
Tints of Turquoise #45DBBC
RGB
CMYK
RGB Variations
Color information
#45DBBC (or 0x45DBBC) is known color: Turquoise. HEX triplet: 45, DB and BC. RGB value is (69,219,188). Sum of RGB (Red+Green+Blue) = 69+219+188=476 (63% of max value = 765). Red value is 69 (27.34% from 255 or 14.50% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 219 - color contains mainly: green. Hex color #45DBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45DBBC is #BA2443. Grayscale: #AAAAAA. Windows color (decimal): -12198980 or 12376901. OLE color: 12376901.
HSL color Cylindrical-coordinate representation of color #45DBBC: hue angle of 167.6º 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 #45DBBC is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 219 | 188 | - |
| CMYK | 0.68 | 0 | 0.14 | 0.14 |
| HSL | 167.6º | 0.68% | 0.56% | - |
| HSV(B) | 167.6º | 0.68% | 0.86% | - |
| XYZ | 36.86 | 55.56 | 56.36 | - |
| YUV | 170.62 | 137.81 | 55.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 219 | 188 | 0.68 | 0 | 0.14 | 0.14 | 167.6 | 0.68 | 0.56 |
| Hex | 45 | DB | BC | 44 | 0 | E | E | A8 | 44 | 38 |
| Octal | 105 | 333 | 274 | 104 | 0 | 16 | 16 | 250 | 104 | 70 |
| Binary | 1000101 | 11011011 | 10111100 | 1000100 | 0 | 1110 | 1110 | 10101000 | 1000100 | 111000 |
Color Harmonies of #45DBBC
Complementary color
Monochromatic Colors of #45DBBC
Black with #45DBBC
Text Example
Text Example
White with #45DBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DBBC; }
p { color: rgb(69,219,188); }
H1.HeaderClassName
{
color: #45DBBC;
}
.AnyTagClassName
{
color: #45DBBC;
}
</style>
background-color css
<style>
a { background-color: #45DBBC; }
a { background-color: rgb(69,219,188); }
div.DivClassName
{
background-color: #45DBBC;
}
.BgClassName
{
background-color: #45DBBC;
}
</style>
border-color css
<style>
span { border-color: #45DBBC; }
span { border-color: rgb(69,219,188); }
td.TdClassName
{
border-color: #45DBBC;
}
.TagClassName
{
border-color: #45DBBC;
}
</style>