Shades of Turquoise #45FEDA
Tints of Turquoise #45FEDA
RGB
CMYK
RGB Variations
Color information
#45FEDA (or 0x45FEDA) is known color: Turquoise. HEX triplet: 45, FE and DA. RGB value is (69,254,218). Sum of RGB (Red+Green+Blue) = 69+254+218=541 (71% of max value = 765). Red value is 69 (27.34% from 255 or 12.75% from 541); Green value is 254 (99.61% from 255 or 46.95% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 254 - color contains mainly: green. Hex color #45FEDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45FEDA is #BA0125. Grayscale: #C2C2C2. Windows color (decimal): -12189990 or 14351941. OLE color: 14351941.
HSL color Cylindrical-coordinate representation of color #45FEDA: hue angle of 168.32º 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 #45FEDA is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 69 | 254 | 218 | - |
| CMYK | 0.73 | 0 | 0.14 | 0.00 |
| HSL | 168.32º | 0.99% | 0.63% | - |
| HSV(B) | 168.32º | 0.73% | 1% | - |
| XYZ | 50.55 | 77.21 | 78.57 | - |
| YUV | 194.58 | 141.21 | 38.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 254 | 218 | 0.73 | 0 | 0.14 | 0.00 | 168.32 | 0.99 | 0.63 |
| Hex | 45 | FE | DA | 49 | 0 | E | 0 | A8 | 63 | 3F |
| Octal | 105 | 376 | 332 | 111 | 0 | 16 | 0 | 250 | 143 | 77 |
| Binary | 1000101 | 11111110 | 11011010 | 1001001 | 0 | 1110 | 0 | 10101000 | 1100011 | 111111 |
Color Harmonies of #45FEDA
Complementary color
Monochromatic Colors of #45FEDA
Black with #45FEDA
Text Example
Text Example
White with #45FEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45FEDA; }
p { color: rgb(69,254,218); }
H1.HeaderClassName
{
color: #45FEDA;
}
.AnyTagClassName
{
color: #45FEDA;
}
</style>
background-color css
<style>
a { background-color: #45FEDA; }
a { background-color: rgb(69,254,218); }
div.DivClassName
{
background-color: #45FEDA;
}
.BgClassName
{
background-color: #45FEDA;
}
</style>
border-color css
<style>
span { border-color: #45FEDA; }
span { border-color: rgb(69,254,218); }
td.TdClassName
{
border-color: #45FEDA;
}
.TagClassName
{
border-color: #45FEDA;
}
</style>