Shades of Turquoise #45E5D3
Tints of Turquoise #45E5D3
RGB
CMYK
RGB Variations
Color information
#45E5D3 (or 0x45E5D3) is known color: Turquoise. HEX triplet: 45, E5 and D3. RGB value is (69,229,211). Sum of RGB (Red+Green+Blue) = 69+229+211=509 (67% of max value = 765). Red value is 69 (27.34% from 255 or 13.56% from 509); Green value is 229 (89.84% from 255 or 44.99% from 509); Blue value is 211 (82.81% from 255 or 41.45% from 509); Max value from RGB is 229 - color contains mainly: green. Hex color #45E5D3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45E5D3 is #BA1A2C. Grayscale: #B3B3B3. Windows color (decimal): -12196397 or 13886789. OLE color: 13886789.
HSL color Cylindrical-coordinate representation of color #45E5D3: hue angle of 173.25º 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 #45E5D3 is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 69 | 229 | 211 | - |
| CMYK | 0.70 | 0 | 0.08 | 0.10 |
| HSL | 173.25º | 0.75% | 0.58% | - |
| HSV(B) | 173.25º | 0.7% | 0.9% | - |
| XYZ | 42.23 | 62.01 | 71.37 | - |
| YUV | 179.11 | 145.99 | 49.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 229 | 211 | 0.70 | 0 | 0.08 | 0.10 | 173.25 | 0.75 | 0.58 |
| Hex | 45 | E5 | D3 | 46 | 0 | 8 | A | AD | 4B | 3A |
| Octal | 105 | 345 | 323 | 106 | 0 | 10 | 12 | 255 | 113 | 72 |
| Binary | 1000101 | 11100101 | 11010011 | 1000110 | 0 | 1000 | 1010 | 10101101 | 1001011 | 111010 |
Color Harmonies of #45E5D3
Complementary color
Monochromatic Colors of #45E5D3
Black with #45E5D3
Text Example
Text Example
White with #45E5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E5D3; }
p { color: rgb(69,229,211); }
H1.HeaderClassName
{
color: #45E5D3;
}
.AnyTagClassName
{
color: #45E5D3;
}
</style>
background-color css
<style>
a { background-color: #45E5D3; }
a { background-color: rgb(69,229,211); }
div.DivClassName
{
background-color: #45E5D3;
}
.BgClassName
{
background-color: #45E5D3;
}
</style>
border-color css
<style>
span { border-color: #45E5D3; }
span { border-color: rgb(69,229,211); }
td.TdClassName
{
border-color: #45E5D3;
}
.TagClassName
{
border-color: #45E5D3;
}
</style>