Shades of Turquoise #45E7CA
Tints of Turquoise #45E7CA
RGB
CMYK
RGB Variations
Color information
#45E7CA (or 0x45E7CA) is known color: Turquoise. HEX triplet: 45, E7 and CA. RGB value is (69,231,202). Sum of RGB (Red+Green+Blue) = 69+231+202=502 (66% of max value = 765). Red value is 69 (27.34% from 255 or 13.75% from 502); Green value is 231 (90.62% from 255 or 46.02% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 231 - color contains mainly: green. Hex color #45E7CA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45E7CA is #BA1835. Grayscale: #B3B3B3. Windows color (decimal): -12195894 or 13297477. OLE color: 13297477.
HSL color Cylindrical-coordinate representation of color #45E7CA: hue angle of 169.26º degrees, saturation: 0.77, 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 #45E7CA is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 69 | 231 | 202 | - |
| CMYK | 0.70 | 0 | 0.13 | 0.09 |
| HSL | 169.26º | 0.77% | 0.59% | - |
| HSV(B) | 169.26º | 0.7% | 0.91% | - |
| XYZ | 41.69 | 62.68 | 65.78 | - |
| YUV | 179.26 | 140.83 | 49.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 231 | 202 | 0.70 | 0 | 0.13 | 0.09 | 169.26 | 0.77 | 0.59 |
| Hex | 45 | E7 | CA | 46 | 0 | D | 9 | A9 | 4D | 3B |
| Octal | 105 | 347 | 312 | 106 | 0 | 15 | 11 | 251 | 115 | 73 |
| Binary | 1000101 | 11100111 | 11001010 | 1000110 | 0 | 1101 | 1001 | 10101001 | 1001101 | 111011 |
Color Harmonies of #45E7CA
Complementary color
Monochromatic Colors of #45E7CA
Black with #45E7CA
Text Example
Text Example
White with #45E7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E7CA; }
p { color: rgb(69,231,202); }
H1.HeaderClassName
{
color: #45E7CA;
}
.AnyTagClassName
{
color: #45E7CA;
}
</style>
background-color css
<style>
a { background-color: #45E7CA; }
a { background-color: rgb(69,231,202); }
div.DivClassName
{
background-color: #45E7CA;
}
.BgClassName
{
background-color: #45E7CA;
}
</style>
border-color css
<style>
span { border-color: #45E7CA; }
span { border-color: rgb(69,231,202); }
td.TdClassName
{
border-color: #45E7CA;
}
.TagClassName
{
border-color: #45E7CA;
}
</style>