Shades of Turquoise #45E3DA
Tints of Turquoise #45E3DA
RGB
CMYK
RGB Variations
Color information
#45E3DA (or 0x45E3DA) is known color: Turquoise. HEX triplet: 45, E3 and DA. RGB value is (69,227,218). Sum of RGB (Red+Green+Blue) = 69+227+218=514 (68% of max value = 765). Red value is 69 (27.34% from 255 or 13.42% from 514); Green value is 227 (89.06% from 255 or 44.16% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 227 - color contains mainly: green. Hex color #45E3DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45E3DA is #BA1C25. Grayscale: #B2B2B2. Windows color (decimal): -12196902 or 14345029. OLE color: 14345029.
HSL color Cylindrical-coordinate representation of color #45E3DA: hue angle of 176.58º degrees, saturation: 0.74, 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 #45E3DA is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 69 | 227 | 218 | - |
| CMYK | 0.70 | 0 | 0.04 | 0.11 |
| HSL | 176.58º | 0.74% | 0.58% | - |
| HSV(B) | 176.58º | 0.7% | 0.89% | - |
| XYZ | 42.58 | 61.27 | 75.91 | - |
| YUV | 178.73 | 150.15 | 49.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 227 | 218 | 0.70 | 0 | 0.04 | 0.11 | 176.58 | 0.74 | 0.58 |
| Hex | 45 | E3 | DA | 46 | 0 | 4 | B | B1 | 4A | 3A |
| Octal | 105 | 343 | 332 | 106 | 0 | 4 | 13 | 261 | 112 | 72 |
| Binary | 1000101 | 11100011 | 11011010 | 1000110 | 0 | 100 | 1011 | 10110001 | 1001010 | 111010 |
Color Harmonies of #45E3DA
Complementary color
Monochromatic Colors of #45E3DA
Black with #45E3DA
Text Example
Text Example
White with #45E3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E3DA; }
p { color: rgb(69,227,218); }
H1.HeaderClassName
{
color: #45E3DA;
}
.AnyTagClassName
{
color: #45E3DA;
}
</style>
background-color css
<style>
a { background-color: #45E3DA; }
a { background-color: rgb(69,227,218); }
div.DivClassName
{
background-color: #45E3DA;
}
.BgClassName
{
background-color: #45E3DA;
}
</style>
border-color css
<style>
span { border-color: #45E3DA; }
span { border-color: rgb(69,227,218); }
td.TdClassName
{
border-color: #45E3DA;
}
.TagClassName
{
border-color: #45E3DA;
}
</style>