Shades of Turquoise #45EFE1
Tints of Turquoise #45EFE1
RGB
CMYK
RGB Variations
Color information
#45EFE1 (or 0x45EFE1) is known color: Turquoise. HEX triplet: 45, EF and E1. RGB value is (69,239,225). Sum of RGB (Red+Green+Blue) = 69+239+225=533 (70% of max value = 765). Red value is 69 (27.34% from 255 or 12.95% from 533); Green value is 239 (93.75% from 255 or 44.84% from 533); Blue value is 225 (88.28% from 255 or 42.21% from 533); Max value from RGB is 239 - color contains mainly: green. Hex color #45EFE1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45EFE1 is #BA101E. Grayscale: #BABABA. Windows color (decimal): -12193823 or 14806853. OLE color: 14806853.
HSL color Cylindrical-coordinate representation of color #45EFE1: hue angle of 175.06º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45EFE1 is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 69 | 239 | 225 | - |
| CMYK | 0.71 | 0 | 0.06 | 0.06 |
| HSL | 175.06º | 0.84% | 0.6% | - |
| HSV(B) | 175.06º | 0.71% | 0.94% | - |
| XYZ | 46.91 | 68.43 | 81.97 | - |
| YUV | 186.57 | 149.68 | 44.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 239 | 225 | 0.71 | 0 | 0.06 | 0.06 | 175.06 | 0.84 | 0.6 |
| Hex | 45 | EF | E1 | 47 | 0 | 6 | 6 | AF | 54 | 3C |
| Octal | 105 | 357 | 341 | 107 | 0 | 6 | 6 | 257 | 124 | 74 |
| Binary | 1000101 | 11101111 | 11100001 | 1000111 | 0 | 110 | 110 | 10101111 | 1010100 | 111100 |
Color Harmonies of #45EFE1
Complementary color
Monochromatic Colors of #45EFE1
Black with #45EFE1
Text Example
Text Example
White with #45EFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45EFE1; }
p { color: rgb(69,239,225); }
H1.HeaderClassName
{
color: #45EFE1;
}
.AnyTagClassName
{
color: #45EFE1;
}
</style>
background-color css
<style>
a { background-color: #45EFE1; }
a { background-color: rgb(69,239,225); }
div.DivClassName
{
background-color: #45EFE1;
}
.BgClassName
{
background-color: #45EFE1;
}
</style>
border-color css
<style>
span { border-color: #45EFE1; }
span { border-color: rgb(69,239,225); }
td.TdClassName
{
border-color: #45EFE1;
}
.TagClassName
{
border-color: #45EFE1;
}
</style>