Shades of Turquoise #45E6DA
Tints of Turquoise #45E6DA
RGB
CMYK
RGB Variations
Color information
#45E6DA (or 0x45E6DA) is known color: Turquoise. HEX triplet: 45, E6 and DA. RGB value is (69,230,218). Sum of RGB (Red+Green+Blue) = 69+230+218=517 (68% of max value = 765). Red value is 69 (27.34% from 255 or 13.35% from 517); Green value is 230 (90.23% from 255 or 44.49% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 230 - color contains mainly: green. Hex color #45E6DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45E6DA is #BA1925. Grayscale: #B4B4B4. Windows color (decimal): -12196134 or 14345797. OLE color: 14345797.
HSL color Cylindrical-coordinate representation of color #45E6DA: hue angle of 175.53º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45E6DA is Cyan = 0.7, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 69 | 230 | 218 | - |
| CMYK | 0.7 | 0 | 0.05 | 0.10 |
| HSL | 175.53º | 0.76% | 0.59% | - |
| HSV(B) | 175.53º | 0.7% | 0.9% | - |
| XYZ | 43.41 | 62.92 | 76.19 | - |
| YUV | 180.49 | 149.16 | 48.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 230 | 218 | 0.7 | 0 | 0.05 | 0.10 | 175.53 | 0.76 | 0.59 |
| Hex | 45 | E6 | DA | 46 | 0 | 5 | A | B0 | 4C | 3B |
| Octal | 105 | 346 | 332 | 106 | 0 | 5 | 12 | 260 | 114 | 73 |
| Binary | 1000101 | 11100110 | 11011010 | 1000110 | 0 | 101 | 1010 | 10110000 | 1001100 | 111011 |
Color Harmonies of #45E6DA
Complementary color
Monochromatic Colors of #45E6DA
Black with #45E6DA
Text Example
Text Example
White with #45E6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E6DA; }
p { color: rgb(69,230,218); }
H1.HeaderClassName
{
color: #45E6DA;
}
.AnyTagClassName
{
color: #45E6DA;
}
</style>
background-color css
<style>
a { background-color: #45E6DA; }
a { background-color: rgb(69,230,218); }
div.DivClassName
{
background-color: #45E6DA;
}
.BgClassName
{
background-color: #45E6DA;
}
</style>
border-color css
<style>
span { border-color: #45E6DA; }
span { border-color: rgb(69,230,218); }
td.TdClassName
{
border-color: #45E6DA;
}
.TagClassName
{
border-color: #45E6DA;
}
</style>