Shades of Turquoise #45EBC0
Tints of Turquoise #45EBC0
RGB
CMYK
RGB Variations
Color information
#45EBC0 (or 0x45EBC0) is known color: Turquoise. HEX triplet: 45, EB and C0. RGB value is (69,235,192). Sum of RGB (Red+Green+Blue) = 69+235+192=496 (65% of max value = 765). Red value is 69 (27.34% from 255 or 13.91% from 496); Green value is 235 (92.19% from 255 or 47.38% from 496); Blue value is 192 (75.39% from 255 or 38.71% from 496); Max value from RGB is 235 - color contains mainly: green. Hex color #45EBC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45EBC0 is #BA143F. Grayscale: #B4B4B4. Windows color (decimal): -12194880 or 12643141. OLE color: 12643141.
HSL color Cylindrical-coordinate representation of color #45EBC0: hue angle of 164.46º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45EBC0 is Cyan = 0.71, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 69 | 235 | 192 | - |
| CMYK | 0.71 | 0 | 0.18 | 0.08 |
| HSL | 164.46º | 0.81% | 0.6% | - |
| HSV(B) | 164.46º | 0.71% | 0.92% | - |
| XYZ | 41.68 | 64.49 | 60.12 | - |
| YUV | 180.46 | 134.5 | 48.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 235 | 192 | 0.71 | 0 | 0.18 | 0.08 | 164.46 | 0.81 | 0.6 |
| Hex | 45 | EB | C0 | 47 | 0 | 12 | 8 | A4 | 51 | 3C |
| Octal | 105 | 353 | 300 | 107 | 0 | 22 | 10 | 244 | 121 | 74 |
| Binary | 1000101 | 11101011 | 11000000 | 1000111 | 0 | 10010 | 1000 | 10100100 | 1010001 | 111100 |
Color Harmonies of #45EBC0
Complementary color
Monochromatic Colors of #45EBC0
Black with #45EBC0
Text Example
Text Example
White with #45EBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45EBC0; }
p { color: rgb(69,235,192); }
H1.HeaderClassName
{
color: #45EBC0;
}
.AnyTagClassName
{
color: #45EBC0;
}
</style>
background-color css
<style>
a { background-color: #45EBC0; }
a { background-color: rgb(69,235,192); }
div.DivClassName
{
background-color: #45EBC0;
}
.BgClassName
{
background-color: #45EBC0;
}
</style>
border-color css
<style>
span { border-color: #45EBC0; }
span { border-color: rgb(69,235,192); }
td.TdClassName
{
border-color: #45EBC0;
}
.TagClassName
{
border-color: #45EBC0;
}
</style>