Shades of Turquoise #45FFB2
Tints of Turquoise #45FFB2
RGB
CMYK
RGB Variations
Color information
#45FFB2 (or 0x45FFB2) is known color: Turquoise. HEX triplet: 45, FF and B2. RGB value is (69,255,178). Sum of RGB (Red+Green+Blue) = 69+255+178=502 (66% of max value = 765). Red value is 69 (27.34% from 255 or 13.75% from 502); Green value is 255 (100% from 255 or 50.80% from 502); Blue value is 178 (69.92% from 255 or 35.46% from 502); Max value from RGB is 255 - color contains mainly: green. Hex color #45FFB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #45FFB2 is #BA004D. Grayscale: #BEBEBE. Windows color (decimal): -12189774 or 11730757. OLE color: 11730757.
HSL color Cylindrical-coordinate representation of color #45FFB2: hue angle of 155.16º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #45FFB2 is Cyan = 0.73, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 255 | 178 | - |
| CMYK | 0.73 | 0 | 0.30 | 0 |
| HSL | 155.16º | 1% | 0.64% | - |
| HSV(B) | 155.16º | 0.73% | 1% | - |
| XYZ | 46.25 | 76 | 54.35 | - |
| YUV | 190.61 | 120.88 | 41.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 255 | 178 | 0.73 | 0 | 0.30 | 0 | 155.16 | 1 | 0.64 |
| Hex | 45 | FF | B2 | 49 | 0 | 1E | 0 | 9B | 64 | 40 |
| Octal | 105 | 377 | 262 | 111 | 0 | 36 | 0 | 233 | 144 | 100 |
| Binary | 1000101 | 11111111 | 10110010 | 1001001 | 0 | 11110 | 0 | 10011011 | 1100100 | 1000000 |
Color Harmonies of #45FFB2
Complementary color
Monochromatic Colors of #45FFB2
Black with #45FFB2
Text Example
Text Example
White with #45FFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45FFB2; }
p { color: rgb(69,255,178); }
H1.HeaderClassName
{
color: #45FFB2;
}
.AnyTagClassName
{
color: #45FFB2;
}
</style>
background-color css
<style>
a { background-color: #45FFB2; }
a { background-color: rgb(69,255,178); }
div.DivClassName
{
background-color: #45FFB2;
}
.BgClassName
{
background-color: #45FFB2;
}
</style>
border-color css
<style>
span { border-color: #45FFB2; }
span { border-color: rgb(69,255,178); }
td.TdClassName
{
border-color: #45FFB2;
}
.TagClassName
{
border-color: #45FFB2;
}
</style>