Shades of Turquoise #45FECE
Tints of Turquoise #45FECE
RGB
CMYK
RGB Variations
Color information
#45FECE (or 0x45FECE) is known color: Turquoise. HEX triplet: 45, FE and CE. RGB value is (69,254,206). Sum of RGB (Red+Green+Blue) = 69+254+206=529 (70% of max value = 765). Red value is 69 (27.34% from 255 or 13.04% from 529); Green value is 254 (99.61% from 255 or 48.02% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 254 - color contains mainly: green. Hex color #45FECE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45FECE is #BA0131. Grayscale: #C1C1C1. Windows color (decimal): -12190002 or 13565509. OLE color: 13565509.
HSL color Cylindrical-coordinate representation of color #45FECE: hue angle of 164.43º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #45FECE is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 69 | 254 | 206 | - |
| CMYK | 0.73 | 0 | 0.19 | 0.00 |
| HSL | 164.43º | 0.99% | 0.63% | - |
| HSV(B) | 164.43º | 0.73% | 1% | - |
| XYZ | 49.04 | 76.61 | 70.59 | - |
| YUV | 193.21 | 135.21 | 39.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 254 | 206 | 0.73 | 0 | 0.19 | 0.00 | 164.43 | 0.99 | 0.63 |
| Hex | 45 | FE | CE | 49 | 0 | 13 | 0 | A4 | 63 | 3F |
| Octal | 105 | 376 | 316 | 111 | 0 | 23 | 0 | 244 | 143 | 77 |
| Binary | 1000101 | 11111110 | 11001110 | 1001001 | 0 | 10011 | 0 | 10100100 | 1100011 | 111111 |
Color Harmonies of #45FECE
Complementary color
Monochromatic Colors of #45FECE
Black with #45FECE
Text Example
Text Example
White with #45FECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45FECE; }
p { color: rgb(69,254,206); }
H1.HeaderClassName
{
color: #45FECE;
}
.AnyTagClassName
{
color: #45FECE;
}
</style>
background-color css
<style>
a { background-color: #45FECE; }
a { background-color: rgb(69,254,206); }
div.DivClassName
{
background-color: #45FECE;
}
.BgClassName
{
background-color: #45FECE;
}
</style>
border-color css
<style>
span { border-color: #45FECE; }
span { border-color: rgb(69,254,206); }
td.TdClassName
{
border-color: #45FECE;
}
.TagClassName
{
border-color: #45FECE;
}
</style>