Shades of Turquoise #45E1DF
Tints of Turquoise #45E1DF
RGB
CMYK
RGB Variations
Color information
#45E1DF (or 0x45E1DF) is known color: Turquoise. HEX triplet: 45, E1 and DF. RGB value is (69,225,223). Sum of RGB (Red+Green+Blue) = 69+225+223=517 (68% of max value = 765). Red value is 69 (27.34% from 255 or 13.35% from 517); Green value is 225 (88.28% from 255 or 43.52% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 225 - color contains mainly: green. Hex color #45E1DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45E1DF is #BA1E20. Grayscale: #B1B1B1. Windows color (decimal): -12197409 or 14672197. OLE color: 14672197.
HSL color Cylindrical-coordinate representation of color #45E1DF: hue angle of 179.23º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45E1DF is Cyan = 0.69, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 69 | 225 | 223 | - |
| CMYK | 0.69 | 0 | 0.01 | 0.12 |
| HSL | 179.23º | 0.72% | 0.58% | - |
| HSV(B) | 179.23º | 0.69% | 0.88% | - |
| XYZ | 42.7 | 60.44 | 79.23 | - |
| YUV | 178.13 | 153.32 | 50.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 225 | 223 | 0.69 | 0 | 0.01 | 0.12 | 179.23 | 0.72 | 0.58 |
| Hex | 45 | E1 | DF | 45 | 0 | 1 | C | B3 | 48 | 3A |
| Octal | 105 | 341 | 337 | 105 | 0 | 1 | 14 | 263 | 110 | 72 |
| Binary | 1000101 | 11100001 | 11011111 | 1000101 | 0 | 1 | 1100 | 10110011 | 1001000 | 111010 |
Color Harmonies of #45E1DF
Complementary color
Monochromatic Colors of #45E1DF
Black with #45E1DF
Text Example
Text Example
White with #45E1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E1DF; }
p { color: rgb(69,225,223); }
H1.HeaderClassName
{
color: #45E1DF;
}
.AnyTagClassName
{
color: #45E1DF;
}
</style>
background-color css
<style>
a { background-color: #45E1DF; }
a { background-color: rgb(69,225,223); }
div.DivClassName
{
background-color: #45E1DF;
}
.BgClassName
{
background-color: #45E1DF;
}
</style>
border-color css
<style>
span { border-color: #45E1DF; }
span { border-color: rgb(69,225,223); }
td.TdClassName
{
border-color: #45E1DF;
}
.TagClassName
{
border-color: #45E1DF;
}
</style>