Shades of Turquoise #45DBBD
Tints of Turquoise #45DBBD
RGB
CMYK
RGB Variations
Color information
#45DBBD (or 0x45DBBD) is known color: Turquoise. HEX triplet: 45, DB and BD. RGB value is (69,219,189). Sum of RGB (Red+Green+Blue) = 69+219+189=477 (63% of max value = 765). Red value is 69 (27.34% from 255 or 14.47% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 219 - color contains mainly: green. Hex color #45DBBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45DBBD is #BA2442. Grayscale: #AAAAAA. Windows color (decimal): -12198979 or 12442437. OLE color: 12442437.
HSL color Cylindrical-coordinate representation of color #45DBBD: hue angle of 168º 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 #45DBBD is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 219 | 189 | - |
| CMYK | 0.68 | 0 | 0.14 | 0.14 |
| HSL | 168º | 0.68% | 0.56% | - |
| HSV(B) | 168º | 0.68% | 0.86% | - |
| XYZ | 36.97 | 55.6 | 56.93 | - |
| YUV | 170.73 | 138.31 | 55.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 219 | 189 | 0.68 | 0 | 0.14 | 0.14 | 168 | 0.68 | 0.56 |
| Hex | 45 | DB | BD | 44 | 0 | E | E | A8 | 44 | 38 |
| Octal | 105 | 333 | 275 | 104 | 0 | 16 | 16 | 250 | 104 | 70 |
| Binary | 1000101 | 11011011 | 10111101 | 1000100 | 0 | 1110 | 1110 | 10101000 | 1000100 | 111000 |
Color Harmonies of #45DBBD
Complementary color
Monochromatic Colors of #45DBBD
Black with #45DBBD
Text Example
Text Example
White with #45DBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DBBD; }
p { color: rgb(69,219,189); }
H1.HeaderClassName
{
color: #45DBBD;
}
.AnyTagClassName
{
color: #45DBBD;
}
</style>
background-color css
<style>
a { background-color: #45DBBD; }
a { background-color: rgb(69,219,189); }
div.DivClassName
{
background-color: #45DBBD;
}
.BgClassName
{
background-color: #45DBBD;
}
</style>
border-color css
<style>
span { border-color: #45DBBD; }
span { border-color: rgb(69,219,189); }
td.TdClassName
{
border-color: #45DBBD;
}
.TagClassName
{
border-color: #45DBBD;
}
</style>