Shades of Turquoise #45DDE9
Tints of Turquoise #45DDE9
RGB
CMYK
RGB Variations
Color information
#45DDE9 (or 0x45DDE9) is known color: Turquoise. HEX triplet: 45, DD and E9. RGB value is (69,221,233). Sum of RGB (Red+Green+Blue) = 69+221+233=523 (69% of max value = 765). Red value is 69 (27.34% from 255 or 13.19% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 233 (91.41% from 255 or 44.55% from 523); Max value from RGB is 233 - color contains mainly: blue. Hex color #45DDE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #45DDE9 is #BA2216. Grayscale: #B0B0B0. Windows color (decimal): -12198423 or 15326533. OLE color: 15326533.
HSL color Cylindrical-coordinate representation of color #45DDE9: hue angle of 184.39º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45DDE9 is Cyan = 0.70, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 69 | 221 | 233 | - |
| CMYK | 0.70 | 0.05 | 0 | 0.09 |
| HSL | 184.39º | 0.79% | 0.59% | - |
| HSV(B) | 184.39º | 0.7% | 0.91% | - |
| XYZ | 43.02 | 58.86 | 86.18 | - |
| YUV | 176.92 | 159.64 | 51.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 221 | 233 | 0.70 | 0.05 | 0 | 0.09 | 184.39 | 0.79 | 0.59 |
| Hex | 45 | DD | E9 | 46 | 5 | 0 | 9 | B8 | 4F | 3B |
| Octal | 105 | 335 | 351 | 106 | 5 | 0 | 11 | 270 | 117 | 73 |
| Binary | 1000101 | 11011101 | 11101001 | 1000110 | 101 | 0 | 1001 | 10111000 | 1001111 | 111011 |
Color Harmonies of #45DDE9
Complementary color
Monochromatic Colors of #45DDE9
Black with #45DDE9
Text Example
Text Example
White with #45DDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DDE9; }
p { color: rgb(69,221,233); }
H1.HeaderClassName
{
color: #45DDE9;
}
.AnyTagClassName
{
color: #45DDE9;
}
</style>
background-color css
<style>
a { background-color: #45DDE9; }
a { background-color: rgb(69,221,233); }
div.DivClassName
{
background-color: #45DDE9;
}
.BgClassName
{
background-color: #45DDE9;
}
</style>
border-color css
<style>
span { border-color: #45DDE9; }
span { border-color: rgb(69,221,233); }
td.TdClassName
{
border-color: #45DDE9;
}
.TagClassName
{
border-color: #45DDE9;
}
</style>