Shades of Turquoise #45EDB4
Tints of Turquoise #45EDB4
RGB
CMYK
RGB Variations
Color information
#45EDB4 (or 0x45EDB4) is known color: Turquoise. HEX triplet: 45, ED and B4. RGB value is (69,237,180). Sum of RGB (Red+Green+Blue) = 69+237+180=486 (64% of max value = 765). Red value is 69 (27.34% from 255 or 14.20% from 486); Green value is 237 (92.97% from 255 or 48.77% from 486); Blue value is 180 (70.70% from 255 or 37.04% from 486); Max value from RGB is 237 - color contains mainly: green. Hex color #45EDB4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45EDB4 is #BA124B. Grayscale: #B4B4B4. Windows color (decimal): -12194380 or 11857221. OLE color: 11857221.
HSL color Cylindrical-coordinate representation of color #45EDB4: hue angle of 159.64º 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 #45EDB4 is Cyan = 0.71, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 237 | 180 | - |
| CMYK | 0.71 | 0 | 0.24 | 0.07 |
| HSL | 159.64º | 0.82% | 0.6% | - |
| HSV(B) | 159.64º | 0.71% | 0.93% | - |
| XYZ | 40.98 | 65.13 | 53.59 | - |
| YUV | 180.27 | 127.84 | 48.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 237 | 180 | 0.71 | 0 | 0.24 | 0.07 | 159.64 | 0.82 | 0.6 |
| Hex | 45 | ED | B4 | 47 | 0 | 18 | 7 | A0 | 52 | 3C |
| Octal | 105 | 355 | 264 | 107 | 0 | 30 | 7 | 240 | 122 | 74 |
| Binary | 1000101 | 11101101 | 10110100 | 1000111 | 0 | 11000 | 111 | 10100000 | 1010010 | 111100 |
Color Harmonies of #45EDB4
Complementary color
Monochromatic Colors of #45EDB4
Black with #45EDB4
Text Example
Text Example
White with #45EDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45EDB4; }
p { color: rgb(69,237,180); }
H1.HeaderClassName
{
color: #45EDB4;
}
.AnyTagClassName
{
color: #45EDB4;
}
</style>
background-color css
<style>
a { background-color: #45EDB4; }
a { background-color: rgb(69,237,180); }
div.DivClassName
{
background-color: #45EDB4;
}
.BgClassName
{
background-color: #45EDB4;
}
</style>
border-color css
<style>
span { border-color: #45EDB4; }
span { border-color: rgb(69,237,180); }
td.TdClassName
{
border-color: #45EDB4;
}
.TagClassName
{
border-color: #45EDB4;
}
</style>