Shades of Turquoise #45DBBE
Tints of Turquoise #45DBBE
RGB
CMYK
RGB Variations
Color information
#45DBBE (or 0x45DBBE) is known color: Turquoise. HEX triplet: 45, DB and BE. RGB value is (69,219,190). Sum of RGB (Red+Green+Blue) = 69+219+190=478 (63% of max value = 765). Red value is 69 (27.34% from 255 or 14.44% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 219 - color contains mainly: green. Hex color #45DBBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45DBBE is #BA2441. Grayscale: #AAAAAA. Windows color (decimal): -12198978 or 12507973. OLE color: 12507973.
HSL color Cylindrical-coordinate representation of color #45DBBE: hue angle of 168.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 #45DBBE is Cyan = 0.68, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 219 | 190 | - |
| CMYK | 0.68 | 0 | 0.13 | 0.14 |
| HSL | 168.4º | 0.68% | 0.56% | - |
| HSV(B) | 168.4º | 0.68% | 0.86% | - |
| XYZ | 37.08 | 55.65 | 57.5 | - |
| YUV | 170.84 | 138.81 | 55.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 219 | 190 | 0.68 | 0 | 0.13 | 0.14 | 168.4 | 0.68 | 0.56 |
| Hex | 45 | DB | BE | 44 | 0 | D | E | A8 | 44 | 38 |
| Octal | 105 | 333 | 276 | 104 | 0 | 15 | 16 | 250 | 104 | 70 |
| Binary | 1000101 | 11011011 | 10111110 | 1000100 | 0 | 1101 | 1110 | 10101000 | 1000100 | 111000 |
Color Harmonies of #45DBBE
Complementary color
Monochromatic Colors of #45DBBE
Black with #45DBBE
Text Example
Text Example
White with #45DBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DBBE; }
p { color: rgb(69,219,190); }
H1.HeaderClassName
{
color: #45DBBE;
}
.AnyTagClassName
{
color: #45DBBE;
}
</style>
background-color css
<style>
a { background-color: #45DBBE; }
a { background-color: rgb(69,219,190); }
div.DivClassName
{
background-color: #45DBBE;
}
.BgClassName
{
background-color: #45DBBE;
}
</style>
border-color css
<style>
span { border-color: #45DBBE; }
span { border-color: rgb(69,219,190); }
td.TdClassName
{
border-color: #45DBBE;
}
.TagClassName
{
border-color: #45DBBE;
}
</style>