Shades of Turquoise #45E3B5
Tints of Turquoise #45E3B5
RGB
CMYK
RGB Variations
Color information
#45E3B5 (or 0x45E3B5) is known color: Turquoise. HEX triplet: 45, E3 and B5. RGB value is (69,227,181). Sum of RGB (Red+Green+Blue) = 69+227+181=477 (63% of max value = 765). Red value is 69 (27.34% from 255 or 14.47% from 477); Green value is 227 (89.06% from 255 or 47.59% from 477); Blue value is 181 (71.09% from 255 or 37.95% from 477); Max value from RGB is 227 - color contains mainly: green. Hex color #45E3B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45E3B5 is #BA1C4A. Grayscale: #AEAEAE. Windows color (decimal): -12196939 or 11920197. OLE color: 11920197.
HSL color Cylindrical-coordinate representation of color #45E3B5: hue angle of 162.53º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45E3B5 is Cyan = 0.70, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 69 | 227 | 181 | - |
| CMYK | 0.70 | 0 | 0.20 | 0.11 |
| HSL | 162.53º | 0.74% | 0.58% | - |
| HSV(B) | 162.53º | 0.7% | 0.89% | - |
| XYZ | 38.26 | 59.54 | 53.19 | - |
| YUV | 174.51 | 131.65 | 52.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 227 | 181 | 0.70 | 0 | 0.20 | 0.11 | 162.53 | 0.74 | 0.58 |
| Hex | 45 | E3 | B5 | 46 | 0 | 14 | B | A3 | 4A | 3A |
| Octal | 105 | 343 | 265 | 106 | 0 | 24 | 13 | 243 | 112 | 72 |
| Binary | 1000101 | 11100011 | 10110101 | 1000110 | 0 | 10100 | 1011 | 10100011 | 1001010 | 111010 |
Color Harmonies of #45E3B5
Complementary color
Monochromatic Colors of #45E3B5
Black with #45E3B5
Text Example
Text Example
White with #45E3B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E3B5; }
p { color: rgb(69,227,181); }
H1.HeaderClassName
{
color: #45E3B5;
}
.AnyTagClassName
{
color: #45E3B5;
}
</style>
background-color css
<style>
a { background-color: #45E3B5; }
a { background-color: rgb(69,227,181); }
div.DivClassName
{
background-color: #45E3B5;
}
.BgClassName
{
background-color: #45E3B5;
}
</style>
border-color css
<style>
span { border-color: #45E3B5; }
span { border-color: rgb(69,227,181); }
td.TdClassName
{
border-color: #45E3B5;
}
.TagClassName
{
border-color: #45E3B5;
}
</style>