Shades of Turquoise #45E6DD
Tints of Turquoise #45E6DD
RGB
CMYK
RGB Variations
Color information
#45E6DD (or 0x45E6DD) is known color: Turquoise. HEX triplet: 45, E6 and DD. RGB value is (69,230,221). Sum of RGB (Red+Green+Blue) = 69+230+221=520 (68% of max value = 765). Red value is 69 (27.34% from 255 or 13.27% from 520); Green value is 230 (90.23% from 255 or 44.23% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 230 - color contains mainly: green. Hex color #45E6DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45E6DD is #BA1922. Grayscale: #B4B4B4. Windows color (decimal): -12196131 or 14542405. OLE color: 14542405.
HSL color Cylindrical-coordinate representation of color #45E6DD: hue angle of 176.65º 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 #45E6DD is Cyan = 0.7, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 69 | 230 | 221 | - |
| CMYK | 0.7 | 0 | 0.04 | 0.10 |
| HSL | 176.65º | 0.76% | 0.59% | - |
| HSV(B) | 176.65º | 0.7% | 0.9% | - |
| XYZ | 43.8 | 63.08 | 78.27 | - |
| YUV | 180.84 | 150.66 | 48.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 230 | 221 | 0.7 | 0 | 0.04 | 0.10 | 176.65 | 0.76 | 0.59 |
| Hex | 45 | E6 | DD | 46 | 0 | 4 | A | B1 | 4C | 3B |
| Octal | 105 | 346 | 335 | 106 | 0 | 4 | 12 | 261 | 114 | 73 |
| Binary | 1000101 | 11100110 | 11011101 | 1000110 | 0 | 100 | 1010 | 10110001 | 1001100 | 111011 |
Color Harmonies of #45E6DD
Complementary color
Monochromatic Colors of #45E6DD
Black with #45E6DD
Text Example
Text Example
White with #45E6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E6DD; }
p { color: rgb(69,230,221); }
H1.HeaderClassName
{
color: #45E6DD;
}
.AnyTagClassName
{
color: #45E6DD;
}
</style>
background-color css
<style>
a { background-color: #45E6DD; }
a { background-color: rgb(69,230,221); }
div.DivClassName
{
background-color: #45E6DD;
}
.BgClassName
{
background-color: #45E6DD;
}
</style>
border-color css
<style>
span { border-color: #45E6DD; }
span { border-color: rgb(69,230,221); }
td.TdClassName
{
border-color: #45E6DD;
}
.TagClassName
{
border-color: #45E6DD;
}
</style>