Shades of Turquoise #45E9E6
Tints of Turquoise #45E9E6
RGB
CMYK
RGB Variations
Color information
#45E9E6 (or 0x45E9E6) is known color: Turquoise. HEX triplet: 45, E9 and E6. RGB value is (69,233,230). Sum of RGB (Red+Green+Blue) = 69+233+230=532 (70% of max value = 765). Red value is 69 (27.34% from 255 or 12.97% from 532); Green value is 233 (91.41% from 255 or 43.80% from 532); Blue value is 230 (90.23% from 255 or 43.23% from 532); Max value from RGB is 233 - color contains mainly: green. Hex color #45E9E6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #45E9E6 is #BA1619. Grayscale: #B7B7B7. Windows color (decimal): -12195354 or 15132997. OLE color: 15132997.
HSL color Cylindrical-coordinate representation of color #45E9E6: hue angle of 178.9º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45E9E6 is Cyan = 0.70, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 69 | 233 | 230 | - |
| CMYK | 0.70 | 0 | 0.01 | 0.09 |
| HSL | 178.9º | 0.79% | 0.59% | - |
| HSV(B) | 178.9º | 0.7% | 0.91% | - |
| XYZ | 45.88 | 65.26 | 85.04 | - |
| YUV | 183.62 | 154.17 | 46.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 233 | 230 | 0.70 | 0 | 0.01 | 0.09 | 178.9 | 0.79 | 0.59 |
| Hex | 45 | E9 | E6 | 46 | 0 | 1 | 9 | B3 | 4F | 3B |
| Octal | 105 | 351 | 346 | 106 | 0 | 1 | 11 | 263 | 117 | 73 |
| Binary | 1000101 | 11101001 | 11100110 | 1000110 | 0 | 1 | 1001 | 10110011 | 1001111 | 111011 |
Color Harmonies of #45E9E6
Complementary color
Monochromatic Colors of #45E9E6
Black with #45E9E6
Text Example
Text Example
White with #45E9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E9E6; }
p { color: rgb(69,233,230); }
H1.HeaderClassName
{
color: #45E9E6;
}
.AnyTagClassName
{
color: #45E9E6;
}
</style>
background-color css
<style>
a { background-color: #45E9E6; }
a { background-color: rgb(69,233,230); }
div.DivClassName
{
background-color: #45E9E6;
}
.BgClassName
{
background-color: #45E9E6;
}
</style>
border-color css
<style>
span { border-color: #45E9E6; }
span { border-color: rgb(69,233,230); }
td.TdClassName
{
border-color: #45E9E6;
}
.TagClassName
{
border-color: #45E9E6;
}
</style>