Shades of Turquoise #45E6E5
Tints of Turquoise #45E6E5
RGB
CMYK
RGB Variations
Color information
#45E6E5 (or 0x45E6E5) is known color: Turquoise. HEX triplet: 45, E6 and E5. RGB value is (69,230,229). Sum of RGB (Red+Green+Blue) = 69+230+229=528 (69% of max value = 765). Red value is 69 (27.34% from 255 or 13.07% from 528); Green value is 230 (90.23% from 255 or 43.56% from 528); Blue value is 229 (89.84% from 255 or 43.37% from 528); Max value from RGB is 230 - color contains mainly: green. Hex color #45E6E5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45E6E5 is #BA191A. Grayscale: #B5B5B5. Windows color (decimal): -12196123 or 15066693. OLE color: 15066693.
HSL color Cylindrical-coordinate representation of color #45E6E5: hue angle of 179.63º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45E6E5 is Cyan = 0.7, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 69 | 230 | 229 | - |
| CMYK | 0.7 | 0 | 0.00 | 0.10 |
| HSL | 179.63º | 0.76% | 0.59% | - |
| HSV(B) | 179.63º | 0.7% | 0.9% | - |
| XYZ | 44.89 | 63.52 | 84.02 | - |
| YUV | 181.75 | 154.66 | 47.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 230 | 229 | 0.7 | 0 | 0.00 | 0.10 | 179.63 | 0.76 | 0.59 |
| Hex | 45 | E6 | E5 | 46 | 0 | 0 | A | B4 | 4C | 3B |
| Octal | 105 | 346 | 345 | 106 | 0 | 0 | 12 | 264 | 114 | 73 |
| Binary | 1000101 | 11100110 | 11100101 | 1000110 | 0 | 0 | 1010 | 10110100 | 1001100 | 111011 |
Color Harmonies of #45E6E5
Complementary color
Monochromatic Colors of #45E6E5
Black with #45E6E5
Text Example
Text Example
White with #45E6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E6E5; }
p { color: rgb(69,230,229); }
H1.HeaderClassName
{
color: #45E6E5;
}
.AnyTagClassName
{
color: #45E6E5;
}
</style>
background-color css
<style>
a { background-color: #45E6E5; }
a { background-color: rgb(69,230,229); }
div.DivClassName
{
background-color: #45E6E5;
}
.BgClassName
{
background-color: #45E6E5;
}
</style>
border-color css
<style>
span { border-color: #45E6E5; }
span { border-color: rgb(69,230,229); }
td.TdClassName
{
border-color: #45E6E5;
}
.TagClassName
{
border-color: #45E6E5;
}
</style>