Shades of Turquoise #45EDE4
Tints of Turquoise #45EDE4
RGB
CMYK
RGB Variations
Color information
#45EDE4 (or 0x45EDE4) is known color: Turquoise. HEX triplet: 45, ED and E4. RGB value is (69,237,228). Sum of RGB (Red+Green+Blue) = 69+237+228=534 (70% of max value = 765). Red value is 69 (27.34% from 255 or 12.92% from 534); Green value is 237 (92.97% from 255 or 44.38% from 534); Blue value is 228 (89.45% from 255 or 42.70% from 534); Max value from RGB is 237 - color contains mainly: green. Hex color #45EDE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45EDE4 is #BA121B. Grayscale: #B9B9B9. Windows color (decimal): -12194332 or 15002949. OLE color: 15002949.
HSL color Cylindrical-coordinate representation of color #45EDE4: hue angle of 176.79º degrees, saturation: 0.82, 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 #45EDE4 is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 237 | 228 | - |
| CMYK | 0.71 | 0 | 0.04 | 0.07 |
| HSL | 176.79º | 0.82% | 0.6% | - |
| HSV(B) | 176.79º | 0.71% | 0.93% | - |
| XYZ | 46.74 | 67.44 | 83.95 | - |
| YUV | 185.74 | 151.84 | 44.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 237 | 228 | 0.71 | 0 | 0.04 | 0.07 | 176.79 | 0.82 | 0.6 |
| Hex | 45 | ED | E4 | 47 | 0 | 4 | 7 | B1 | 52 | 3C |
| Octal | 105 | 355 | 344 | 107 | 0 | 4 | 7 | 261 | 122 | 74 |
| Binary | 1000101 | 11101101 | 11100100 | 1000111 | 0 | 100 | 111 | 10110001 | 1010010 | 111100 |
Color Harmonies of #45EDE4
Complementary color
Monochromatic Colors of #45EDE4
Black with #45EDE4
Text Example
Text Example
White with #45EDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45EDE4; }
p { color: rgb(69,237,228); }
H1.HeaderClassName
{
color: #45EDE4;
}
.AnyTagClassName
{
color: #45EDE4;
}
</style>
background-color css
<style>
a { background-color: #45EDE4; }
a { background-color: rgb(69,237,228); }
div.DivClassName
{
background-color: #45EDE4;
}
.BgClassName
{
background-color: #45EDE4;
}
</style>
border-color css
<style>
span { border-color: #45EDE4; }
span { border-color: rgb(69,237,228); }
td.TdClassName
{
border-color: #45EDE4;
}
.TagClassName
{
border-color: #45EDE4;
}
</style>