Shades of Turquoise #45FABB
Tints of Turquoise #45FABB
RGB
CMYK
RGB Variations
Color information
#45FABB (or 0x45FABB) is known color: Turquoise. HEX triplet: 45, FA and BB. RGB value is (69,250,187). Sum of RGB (Red+Green+Blue) = 69+250+187=506 (67% of max value = 765). Red value is 69 (27.34% from 255 or 13.64% from 506); Green value is 250 (98.05% from 255 or 49.41% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 250 - color contains mainly: green. Hex color #45FABB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45FABB is #BA0544. Grayscale: #BCBCBC. Windows color (decimal): -12191045 or 12319301. OLE color: 12319301.
HSL color Cylindrical-coordinate representation of color #45FABB: hue angle of 159.12º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45FABB is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 69 | 250 | 187 | - |
| CMYK | 0.72 | 0 | 0.25 | 0.02 |
| HSL | 159.12º | 0.95% | 0.63% | - |
| HSV(B) | 159.12º | 0.72% | 0.98% | - |
| XYZ | 45.61 | 73.22 | 58.74 | - |
| YUV | 188.7 | 127.03 | 42.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 250 | 187 | 0.72 | 0 | 0.25 | 0.02 | 159.12 | 0.95 | 0.63 |
| Hex | 45 | FA | BB | 48 | 0 | 19 | 2 | 9F | 5F | 3F |
| Octal | 105 | 372 | 273 | 110 | 0 | 31 | 2 | 237 | 137 | 77 |
| Binary | 1000101 | 11111010 | 10111011 | 1001000 | 0 | 11001 | 10 | 10011111 | 1011111 | 111111 |
Color Harmonies of #45FABB
Complementary color
Monochromatic Colors of #45FABB
Black with #45FABB
Text Example
Text Example
White with #45FABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45FABB; }
p { color: rgb(69,250,187); }
H1.HeaderClassName
{
color: #45FABB;
}
.AnyTagClassName
{
color: #45FABB;
}
</style>
background-color css
<style>
a { background-color: #45FABB; }
a { background-color: rgb(69,250,187); }
div.DivClassName
{
background-color: #45FABB;
}
.BgClassName
{
background-color: #45FABB;
}
</style>
border-color css
<style>
span { border-color: #45FABB; }
span { border-color: rgb(69,250,187); }
td.TdClassName
{
border-color: #45FABB;
}
.TagClassName
{
border-color: #45FABB;
}
</style>