Shades of Turquoise #45EED8
Tints of Turquoise #45EED8
RGB
CMYK
RGB Variations
Color information
#45EED8 (or 0x45EED8) is known color: Turquoise. HEX triplet: 45, EE and D8. RGB value is (69,238,216). Sum of RGB (Red+Green+Blue) = 69+238+216=523 (69% of max value = 765). Red value is 69 (27.34% from 255 or 13.19% from 523); Green value is 238 (93.36% from 255 or 45.51% from 523); Blue value is 216 (84.77% from 255 or 41.30% from 523); Max value from RGB is 238 - color contains mainly: green. Hex color #45EED8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45EED8 is #BA1127. Grayscale: #B8B8B8. Windows color (decimal): -12194088 or 14216773. OLE color: 14216773.
HSL color Cylindrical-coordinate representation of color #45EED8: hue angle of 172.19º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45EED8 is Cyan = 0.71, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 238 | 216 | - |
| CMYK | 0.71 | 0 | 0.09 | 0.07 |
| HSL | 172.19º | 0.83% | 0.6% | - |
| HSV(B) | 172.19º | 0.71% | 0.93% | - |
| XYZ | 45.42 | 67.37 | 75.58 | - |
| YUV | 184.96 | 145.51 | 45.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 238 | 216 | 0.71 | 0 | 0.09 | 0.07 | 172.19 | 0.83 | 0.6 |
| Hex | 45 | EE | D8 | 47 | 0 | 9 | 7 | AC | 53 | 3C |
| Octal | 105 | 356 | 330 | 107 | 0 | 11 | 7 | 254 | 123 | 74 |
| Binary | 1000101 | 11101110 | 11011000 | 1000111 | 0 | 1001 | 111 | 10101100 | 1010011 | 111100 |
Color Harmonies of #45EED8
Complementary color
Monochromatic Colors of #45EED8
Black with #45EED8
Text Example
Text Example
White with #45EED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45EED8; }
p { color: rgb(69,238,216); }
H1.HeaderClassName
{
color: #45EED8;
}
.AnyTagClassName
{
color: #45EED8;
}
</style>
background-color css
<style>
a { background-color: #45EED8; }
a { background-color: rgb(69,238,216); }
div.DivClassName
{
background-color: #45EED8;
}
.BgClassName
{
background-color: #45EED8;
}
</style>
border-color css
<style>
span { border-color: #45EED8; }
span { border-color: rgb(69,238,216); }
td.TdClassName
{
border-color: #45EED8;
}
.TagClassName
{
border-color: #45EED8;
}
</style>