Shades of Turquoise #45FEF0
Tints of Turquoise #45FEF0
RGB
CMYK
RGB Variations
Color information
#45FEF0 (or 0x45FEF0) is known color: Turquoise. HEX triplet: 45, FE and F0. RGB value is (69,254,240). Sum of RGB (Red+Green+Blue) = 69+254+240=563 (74% of max value = 765). Red value is 69 (27.34% from 255 or 12.26% from 563); Green value is 254 (99.61% from 255 or 45.12% from 563); Blue value is 240 (94.14% from 255 or 42.63% from 563); Max value from RGB is 254 - color contains mainly: green. Hex color #45FEF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #45FEF0 is #BA010F. Grayscale: #C4C4C4. Windows color (decimal): -12189968 or 15793733. OLE color: 15793733.
HSL color Cylindrical-coordinate representation of color #45FEF0: hue angle of 175.46º 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 #45FEF0 is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 69 | 254 | 240 | - |
| CMYK | 0.73 | 0 | 0.06 | 0.00 |
| HSL | 175.46º | 0.99% | 0.63% | - |
| HSV(B) | 175.46º | 0.73% | 1% | - |
| XYZ | 53.62 | 78.44 | 94.75 | - |
| YUV | 197.09 | 152.21 | 36.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 254 | 240 | 0.73 | 0 | 0.06 | 0.00 | 175.46 | 0.99 | 0.63 |
| Hex | 45 | FE | F0 | 49 | 0 | 6 | 0 | AF | 63 | 3F |
| Octal | 105 | 376 | 360 | 111 | 0 | 6 | 0 | 257 | 143 | 77 |
| Binary | 1000101 | 11111110 | 11110000 | 1001001 | 0 | 110 | 0 | 10101111 | 1100011 | 111111 |
Color Harmonies of #45FEF0
Complementary color
Monochromatic Colors of #45FEF0
Black with #45FEF0
Text Example
Text Example
White with #45FEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45FEF0; }
p { color: rgb(69,254,240); }
H1.HeaderClassName
{
color: #45FEF0;
}
.AnyTagClassName
{
color: #45FEF0;
}
</style>
background-color css
<style>
a { background-color: #45FEF0; }
a { background-color: rgb(69,254,240); }
div.DivClassName
{
background-color: #45FEF0;
}
.BgClassName
{
background-color: #45FEF0;
}
</style>
border-color css
<style>
span { border-color: #45FEF0; }
span { border-color: rgb(69,254,240); }
td.TdClassName
{
border-color: #45FEF0;
}
.TagClassName
{
border-color: #45FEF0;
}
</style>