Shades of Turquoise #45DCE5
Tints of Turquoise #45DCE5
RGB
CMYK
RGB Variations
Color information
#45DCE5 (or 0x45DCE5) is known color: Turquoise. HEX triplet: 45, DC and E5. RGB value is (69,220,229). Sum of RGB (Red+Green+Blue) = 69+220+229=518 (68% of max value = 765). Red value is 69 (27.34% from 255 or 13.32% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 229 (89.84% from 255 or 44.21% from 518); Max value from RGB is 229 - color contains mainly: blue. Hex color #45DCE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45DCE5 is #BA231A. Grayscale: #AFAFAF. Windows color (decimal): -12198683 or 15064133. OLE color: 15064133.
HSL color Cylindrical-coordinate representation of color #45DCE5: hue angle of 183.38º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45DCE5 is Cyan = 0.70, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 69 | 220 | 229 | - |
| CMYK | 0.70 | 0.04 | 0 | 0.10 |
| HSL | 183.38º | 0.75% | 0.58% | - |
| HSV(B) | 183.38º | 0.7% | 0.9% | - |
| XYZ | 42.19 | 58.11 | 83.12 | - |
| YUV | 175.88 | 157.97 | 51.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 220 | 229 | 0.70 | 0.04 | 0 | 0.10 | 183.38 | 0.75 | 0.58 |
| Hex | 45 | DC | E5 | 46 | 4 | 0 | A | B7 | 4B | 3A |
| Octal | 105 | 334 | 345 | 106 | 4 | 0 | 12 | 267 | 113 | 72 |
| Binary | 1000101 | 11011100 | 11100101 | 1000110 | 100 | 0 | 1010 | 10110111 | 1001011 | 111010 |
Color Harmonies of #45DCE5
Complementary color
Monochromatic Colors of #45DCE5
Black with #45DCE5
Text Example
Text Example
White with #45DCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DCE5; }
p { color: rgb(69,220,229); }
H1.HeaderClassName
{
color: #45DCE5;
}
.AnyTagClassName
{
color: #45DCE5;
}
</style>
background-color css
<style>
a { background-color: #45DCE5; }
a { background-color: rgb(69,220,229); }
div.DivClassName
{
background-color: #45DCE5;
}
.BgClassName
{
background-color: #45DCE5;
}
</style>
border-color css
<style>
span { border-color: #45DCE5; }
span { border-color: rgb(69,220,229); }
td.TdClassName
{
border-color: #45DCE5;
}
.TagClassName
{
border-color: #45DCE5;
}
</style>