Shades of Turquoise #45EFB2
Tints of Turquoise #45EFB2
RGB
CMYK
RGB Variations
Color information
#45EFB2 (or 0x45EFB2) is known color: Turquoise. HEX triplet: 45, EF and B2. RGB value is (69,239,178). Sum of RGB (Red+Green+Blue) = 69+239+178=486 (64% of max value = 765). Red value is 69 (27.34% from 255 or 14.20% from 486); Green value is 239 (93.75% from 255 or 49.18% from 486); Blue value is 178 (69.92% from 255 or 36.63% from 486); Max value from RGB is 239 - color contains mainly: green. Hex color #45EFB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #45EFB2 is #BA104D. Grayscale: #B5B5B5. Windows color (decimal): -12193870 or 11726661. OLE color: 11726661.
HSL color Cylindrical-coordinate representation of color #45EFB2: hue angle of 158.47º 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 #45EFB2 is Cyan = 0.71, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 69 | 239 | 178 | - |
| CMYK | 0.71 | 0 | 0.26 | 0.06 |
| HSL | 158.47º | 0.84% | 0.6% | - |
| HSV(B) | 158.47º | 0.71% | 0.94% | - |
| XYZ | 41.36 | 66.21 | 52.72 | - |
| YUV | 181.22 | 126.18 | 47.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 239 | 178 | 0.71 | 0 | 0.26 | 0.06 | 158.47 | 0.84 | 0.6 |
| Hex | 45 | EF | B2 | 47 | 0 | 1A | 6 | 9E | 54 | 3C |
| Octal | 105 | 357 | 262 | 107 | 0 | 32 | 6 | 236 | 124 | 74 |
| Binary | 1000101 | 11101111 | 10110010 | 1000111 | 0 | 11010 | 110 | 10011110 | 1010100 | 111100 |
Color Harmonies of #45EFB2
Complementary color
Monochromatic Colors of #45EFB2
Black with #45EFB2
Text Example
Text Example
White with #45EFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45EFB2; }
p { color: rgb(69,239,178); }
H1.HeaderClassName
{
color: #45EFB2;
}
.AnyTagClassName
{
color: #45EFB2;
}
</style>
background-color css
<style>
a { background-color: #45EFB2; }
a { background-color: rgb(69,239,178); }
div.DivClassName
{
background-color: #45EFB2;
}
.BgClassName
{
background-color: #45EFB2;
}
</style>
border-color css
<style>
span { border-color: #45EFB2; }
span { border-color: rgb(69,239,178); }
td.TdClassName
{
border-color: #45EFB2;
}
.TagClassName
{
border-color: #45EFB2;
}
</style>