Shades of Turquoise #45F8EF
Tints of Turquoise #45F8EF
RGB
CMYK
RGB Variations
Color information
#45F8EF (or 0x45F8EF) is known color: Turquoise. HEX triplet: 45, F8 and EF. RGB value is (69,248,239). Sum of RGB (Red+Green+Blue) = 69+248+239=556 (73% of max value = 765). Red value is 69 (27.34% from 255 or 12.41% from 556); Green value is 248 (97.27% from 255 or 44.60% from 556); Blue value is 239 (93.75% from 255 or 42.99% from 556); Max value from RGB is 248 - color contains mainly: green. Hex color #45F8EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #45F8EF is #BA0710. Grayscale: #C1C1C1. Windows color (decimal): -12191505 or 15726661. OLE color: 15726661.
HSL color Cylindrical-coordinate representation of color #45F8EF: hue angle of 176.98º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45F8EF is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 69 | 248 | 239 | - |
| CMYK | 0.72 | 0 | 0.04 | 0.03 |
| HSL | 176.98º | 0.93% | 0.62% | - |
| HSV(B) | 176.98º | 0.72% | 0.97% | - |
| XYZ | 51.6 | 74.63 | 93.35 | - |
| YUV | 193.45 | 153.7 | 39.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 248 | 239 | 0.72 | 0 | 0.04 | 0.03 | 176.98 | 0.93 | 0.62 |
| Hex | 45 | F8 | EF | 48 | 0 | 4 | 3 | B1 | 5D | 3E |
| Octal | 105 | 370 | 357 | 110 | 0 | 4 | 3 | 261 | 135 | 76 |
| Binary | 1000101 | 11111000 | 11101111 | 1001000 | 0 | 100 | 11 | 10110001 | 1011101 | 111110 |
Color Harmonies of #45F8EF
Complementary color
Monochromatic Colors of #45F8EF
Black with #45F8EF
Text Example
Text Example
White with #45F8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45F8EF; }
p { color: rgb(69,248,239); }
H1.HeaderClassName
{
color: #45F8EF;
}
.AnyTagClassName
{
color: #45F8EF;
}
</style>
background-color css
<style>
a { background-color: #45F8EF; }
a { background-color: rgb(69,248,239); }
div.DivClassName
{
background-color: #45F8EF;
}
.BgClassName
{
background-color: #45F8EF;
}
</style>
border-color css
<style>
span { border-color: #45F8EF; }
span { border-color: rgb(69,248,239); }
td.TdClassName
{
border-color: #45F8EF;
}
.TagClassName
{
border-color: #45F8EF;
}
</style>