Shades of Turquoise #45EABB
Tints of Turquoise #45EABB
RGB
CMYK
RGB Variations
Color information
#45EABB (or 0x45EABB) is known color: Turquoise. HEX triplet: 45, EA and BB. RGB value is (69,234,187). Sum of RGB (Red+Green+Blue) = 69+234+187=490 (64% of max value = 765). Red value is 69 (27.34% from 255 or 14.08% from 490); Green value is 234 (91.80% from 255 or 47.76% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 234 - color contains mainly: green. Hex color #45EABB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45EABB is #BA1544. Grayscale: #B3B3B3. Windows color (decimal): -12195141 or 12315205. OLE color: 12315205.
HSL color Cylindrical-coordinate representation of color #45EABB: hue angle of 162.91º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45EABB is Cyan = 0.71, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 69 | 234 | 187 | - |
| CMYK | 0.71 | 0 | 0.20 | 0.08 |
| HSL | 162.91º | 0.8% | 0.59% | - |
| HSV(B) | 162.91º | 0.71% | 0.92% | - |
| XYZ | 40.85 | 63.7 | 57.16 | - |
| YUV | 179.31 | 132.34 | 49.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 234 | 187 | 0.71 | 0 | 0.20 | 0.08 | 162.91 | 0.8 | 0.59 |
| Hex | 45 | EA | BB | 47 | 0 | 14 | 8 | A3 | 50 | 3B |
| Octal | 105 | 352 | 273 | 107 | 0 | 24 | 10 | 243 | 120 | 73 |
| Binary | 1000101 | 11101010 | 10111011 | 1000111 | 0 | 10100 | 1000 | 10100011 | 1010000 | 111011 |
Color Harmonies of #45EABB
Complementary color
Monochromatic Colors of #45EABB
Black with #45EABB
Text Example
Text Example
White with #45EABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45EABB; }
p { color: rgb(69,234,187); }
H1.HeaderClassName
{
color: #45EABB;
}
.AnyTagClassName
{
color: #45EABB;
}
</style>
background-color css
<style>
a { background-color: #45EABB; }
a { background-color: rgb(69,234,187); }
div.DivClassName
{
background-color: #45EABB;
}
.BgClassName
{
background-color: #45EABB;
}
</style>
border-color css
<style>
span { border-color: #45EABB; }
span { border-color: rgb(69,234,187); }
td.TdClassName
{
border-color: #45EABB;
}
.TagClassName
{
border-color: #45EABB;
}
</style>