Shades of Turquoise #45FEEA
Tints of Turquoise #45FEEA
RGB
CMYK
RGB Variations
Color information
#45FEEA (or 0x45FEEA) is known color: Turquoise. HEX triplet: 45, FE and EA. RGB value is (69,254,234). Sum of RGB (Red+Green+Blue) = 69+254+234=557 (73% of max value = 765). Red value is 69 (27.34% from 255 or 12.39% from 557); Green value is 254 (99.61% from 255 or 45.60% from 557); Blue value is 234 (91.80% from 255 or 42.01% from 557); Max value from RGB is 254 - color contains mainly: green. Hex color #45FEEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #45FEEA is #BA0115. Grayscale: #C4C4C4. Windows color (decimal): -12189974 or 15400517. OLE color: 15400517.
HSL color Cylindrical-coordinate representation of color #45FEEA: hue angle of 173.51º 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 #45FEEA is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 69 | 254 | 234 | - |
| CMYK | 0.73 | 0 | 0.08 | 0.00 |
| HSL | 173.51º | 0.99% | 0.63% | - |
| HSV(B) | 173.51º | 0.73% | 1% | - |
| XYZ | 52.75 | 78.09 | 90.13 | - |
| YUV | 196.41 | 149.21 | 37.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 254 | 234 | 0.73 | 0 | 0.08 | 0.00 | 173.51 | 0.99 | 0.63 |
| Hex | 45 | FE | EA | 49 | 0 | 8 | 0 | AE | 63 | 3F |
| Octal | 105 | 376 | 352 | 111 | 0 | 10 | 0 | 256 | 143 | 77 |
| Binary | 1000101 | 11111110 | 11101010 | 1001001 | 0 | 1000 | 0 | 10101110 | 1100011 | 111111 |
Color Harmonies of #45FEEA
Complementary color
Monochromatic Colors of #45FEEA
Black with #45FEEA
Text Example
Text Example
White with #45FEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45FEEA; }
p { color: rgb(69,254,234); }
H1.HeaderClassName
{
color: #45FEEA;
}
.AnyTagClassName
{
color: #45FEEA;
}
</style>
background-color css
<style>
a { background-color: #45FEEA; }
a { background-color: rgb(69,254,234); }
div.DivClassName
{
background-color: #45FEEA;
}
.BgClassName
{
background-color: #45FEEA;
}
</style>
border-color css
<style>
span { border-color: #45FEEA; }
span { border-color: rgb(69,254,234); }
td.TdClassName
{
border-color: #45FEEA;
}
.TagClassName
{
border-color: #45FEEA;
}
</style>