Shades of Turquoise #45DBE6
Tints of Turquoise #45DBE6
RGB
CMYK
RGB Variations
Color information
#45DBE6 (or 0x45DBE6) is known color: Turquoise. HEX triplet: 45, DB and E6. RGB value is (69,219,230). Sum of RGB (Red+Green+Blue) = 69+219+230=518 (68% of max value = 765). Red value is 69 (27.34% from 255 or 13.32% from 518); Green value is 219 (85.94% from 255 or 42.28% from 518); Blue value is 230 (90.23% from 255 or 44.40% from 518); Max value from RGB is 230 - color contains mainly: blue. Hex color #45DBE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #45DBE6 is #BA2419. Grayscale: #AFAFAF. Windows color (decimal): -12198938 or 15129413. OLE color: 15129413.
HSL color Cylindrical-coordinate representation of color #45DBE6: hue angle of 184.1º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45DBE6 is Cyan = 0.7, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 69 | 219 | 230 | - |
| CMYK | 0.7 | 0.05 | 0 | 0.10 |
| HSL | 184.1º | 0.76% | 0.59% | - |
| HSV(B) | 184.1º | 0.7% | 0.9% | - |
| XYZ | 42.07 | 57.64 | 83.77 | - |
| YUV | 175.4 | 158.81 | 52.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 219 | 230 | 0.7 | 0.05 | 0 | 0.10 | 184.1 | 0.76 | 0.59 |
| Hex | 45 | DB | E6 | 46 | 5 | 0 | A | B8 | 4C | 3B |
| Octal | 105 | 333 | 346 | 106 | 5 | 0 | 12 | 270 | 114 | 73 |
| Binary | 1000101 | 11011011 | 11100110 | 1000110 | 101 | 0 | 1010 | 10111000 | 1001100 | 111011 |
Color Harmonies of #45DBE6
Complementary color
Monochromatic Colors of #45DBE6
Black with #45DBE6
Text Example
Text Example
White with #45DBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DBE6; }
p { color: rgb(69,219,230); }
H1.HeaderClassName
{
color: #45DBE6;
}
.AnyTagClassName
{
color: #45DBE6;
}
</style>
background-color css
<style>
a { background-color: #45DBE6; }
a { background-color: rgb(69,219,230); }
div.DivClassName
{
background-color: #45DBE6;
}
.BgClassName
{
background-color: #45DBE6;
}
</style>
border-color css
<style>
span { border-color: #45DBE6; }
span { border-color: rgb(69,219,230); }
td.TdClassName
{
border-color: #45DBE6;
}
.TagClassName
{
border-color: #45DBE6;
}
</style>