Shades of Turquoise #45EFB7
Tints of Turquoise #45EFB7
RGB
CMYK
RGB Variations
Color information
#45EFB7 (or 0x45EFB7) is known color: Turquoise. HEX triplet: 45, EF and B7. RGB value is (69,239,183). Sum of RGB (Red+Green+Blue) = 69+239+183=491 (65% of max value = 765). Red value is 69 (27.34% from 255 or 14.05% from 491); Green value is 239 (93.75% from 255 or 48.68% from 491); Blue value is 183 (71.88% from 255 or 37.27% from 491); Max value from RGB is 239 - color contains mainly: green. Hex color #45EFB7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45EFB7 is #BA1048. Grayscale: #B5B5B5. Windows color (decimal): -12193865 or 12054341. OLE color: 12054341.
HSL color Cylindrical-coordinate representation of color #45EFB7: hue angle of 160.24º 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 #45EFB7 is Cyan = 0.71, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 69 | 239 | 183 | - |
| CMYK | 0.71 | 0 | 0.23 | 0.06 |
| HSL | 160.24º | 0.84% | 0.6% | - |
| HSV(B) | 160.24º | 0.71% | 0.94% | - |
| XYZ | 41.87 | 66.42 | 55.41 | - |
| YUV | 181.79 | 128.68 | 47.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 239 | 183 | 0.71 | 0 | 0.23 | 0.06 | 160.24 | 0.84 | 0.6 |
| Hex | 45 | EF | B7 | 47 | 0 | 17 | 6 | A0 | 54 | 3C |
| Octal | 105 | 357 | 267 | 107 | 0 | 27 | 6 | 240 | 124 | 74 |
| Binary | 1000101 | 11101111 | 10110111 | 1000111 | 0 | 10111 | 110 | 10100000 | 1010100 | 111100 |
Color Harmonies of #45EFB7
Complementary color
Monochromatic Colors of #45EFB7
Black with #45EFB7
Text Example
Text Example
White with #45EFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45EFB7; }
p { color: rgb(69,239,183); }
H1.HeaderClassName
{
color: #45EFB7;
}
.AnyTagClassName
{
color: #45EFB7;
}
</style>
background-color css
<style>
a { background-color: #45EFB7; }
a { background-color: rgb(69,239,183); }
div.DivClassName
{
background-color: #45EFB7;
}
.BgClassName
{
background-color: #45EFB7;
}
</style>
border-color css
<style>
span { border-color: #45EFB7; }
span { border-color: rgb(69,239,183); }
td.TdClassName
{
border-color: #45EFB7;
}
.TagClassName
{
border-color: #45EFB7;
}
</style>