Shades of Turquoise #45DCE6
Tints of Turquoise #45DCE6
RGB
CMYK
RGB Variations
Color information
#45DCE6 (or 0x45DCE6) is known color: Turquoise. HEX triplet: 45, DC and E6. RGB value is (69,220,230). Sum of RGB (Red+Green+Blue) = 69+220+230=519 (68% of max value = 765). Red value is 69 (27.34% from 255 or 13.29% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 230 (90.23% from 255 or 44.32% from 519); Max value from RGB is 230 - color contains mainly: blue. Hex color #45DCE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #45DCE6 is #BA2319. Grayscale: #AFAFAF. Windows color (decimal): -12198682 or 15129669. OLE color: 15129669.
HSL color Cylindrical-coordinate representation of color #45DCE6: hue angle of 183.73º 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 #45DCE6 is Cyan = 0.7, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 69 | 220 | 230 | - |
| CMYK | 0.7 | 0.04 | 0 | 0.10 |
| HSL | 183.73º | 0.76% | 0.59% | - |
| HSV(B) | 183.73º | 0.7% | 0.9% | - |
| XYZ | 42.33 | 58.16 | 83.86 | - |
| YUV | 175.99 | 158.47 | 51.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 220 | 230 | 0.7 | 0.04 | 0 | 0.10 | 183.73 | 0.76 | 0.59 |
| Hex | 45 | DC | E6 | 46 | 4 | 0 | A | B8 | 4C | 3B |
| Octal | 105 | 334 | 346 | 106 | 4 | 0 | 12 | 270 | 114 | 73 |
| Binary | 1000101 | 11011100 | 11100110 | 1000110 | 100 | 0 | 1010 | 10111000 | 1001100 | 111011 |
Color Harmonies of #45DCE6
Complementary color
Monochromatic Colors of #45DCE6
Black with #45DCE6
Text Example
Text Example
White with #45DCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DCE6; }
p { color: rgb(69,220,230); }
H1.HeaderClassName
{
color: #45DCE6;
}
.AnyTagClassName
{
color: #45DCE6;
}
</style>
background-color css
<style>
a { background-color: #45DCE6; }
a { background-color: rgb(69,220,230); }
div.DivClassName
{
background-color: #45DCE6;
}
.BgClassName
{
background-color: #45DCE6;
}
</style>
border-color css
<style>
span { border-color: #45DCE6; }
span { border-color: rgb(69,220,230); }
td.TdClassName
{
border-color: #45DCE6;
}
.TagClassName
{
border-color: #45DCE6;
}
</style>