Shades of Turquoise #45E4DF
Tints of Turquoise #45E4DF
RGB
CMYK
RGB Variations
Color information
#45E4DF (or 0x45E4DF) is known color: Turquoise. HEX triplet: 45, E4 and DF. RGB value is (69,228,223). Sum of RGB (Red+Green+Blue) = 69+228+223=520 (68% of max value = 765). Red value is 69 (27.34% from 255 or 13.27% from 520); Green value is 228 (89.45% from 255 or 43.85% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 228 - color contains mainly: green. Hex color #45E4DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45E4DF is #BA1B20. Grayscale: #B3B3B3. Windows color (decimal): -12196641 or 14672965. OLE color: 14672965.
HSL color Cylindrical-coordinate representation of color #45E4DF: hue angle of 178.11º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45E4DF is Cyan = 0.70, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 69 | 228 | 223 | - |
| CMYK | 0.70 | 0 | 0.02 | 0.11 |
| HSL | 178.11º | 0.75% | 0.58% | - |
| HSV(B) | 178.11º | 0.7% | 0.89% | - |
| XYZ | 43.52 | 62.08 | 79.5 | - |
| YUV | 179.89 | 152.32 | 48.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 228 | 223 | 0.70 | 0 | 0.02 | 0.11 | 178.11 | 0.75 | 0.58 |
| Hex | 45 | E4 | DF | 46 | 0 | 2 | B | B2 | 4B | 3A |
| Octal | 105 | 344 | 337 | 106 | 0 | 2 | 13 | 262 | 113 | 72 |
| Binary | 1000101 | 11100100 | 11011111 | 1000110 | 0 | 10 | 1011 | 10110010 | 1001011 | 111010 |
Color Harmonies of #45E4DF
Complementary color
Monochromatic Colors of #45E4DF
Black with #45E4DF
Text Example
Text Example
White with #45E4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E4DF; }
p { color: rgb(69,228,223); }
H1.HeaderClassName
{
color: #45E4DF;
}
.AnyTagClassName
{
color: #45E4DF;
}
</style>
background-color css
<style>
a { background-color: #45E4DF; }
a { background-color: rgb(69,228,223); }
div.DivClassName
{
background-color: #45E4DF;
}
.BgClassName
{
background-color: #45E4DF;
}
</style>
border-color css
<style>
span { border-color: #45E4DF; }
span { border-color: rgb(69,228,223); }
td.TdClassName
{
border-color: #45E4DF;
}
.TagClassName
{
border-color: #45E4DF;
}
</style>