Shades of Turquoise #45F3BB
Tints of Turquoise #45F3BB
RGB
CMYK
RGB Variations
Color information
#45F3BB (or 0x45F3BB) is known color: Turquoise. HEX triplet: 45, F3 and BB. RGB value is (69,243,187). Sum of RGB (Red+Green+Blue) = 69+243+187=499 (66% of max value = 765). Red value is 69 (27.34% from 255 or 13.83% from 499); Green value is 243 (95.31% from 255 or 48.70% from 499); Blue value is 187 (73.44% from 255 or 37.47% from 499); Max value from RGB is 243 - color contains mainly: green. Hex color #45F3BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45F3BB is #BA0C44. Grayscale: #B8B8B8. Windows color (decimal): -12192837 or 12317509. OLE color: 12317509.
HSL color Cylindrical-coordinate representation of color #45F3BB: hue angle of 160.69º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45F3BB is Cyan = 0.72, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 69 | 243 | 187 | - |
| CMYK | 0.72 | 0 | 0.23 | 0.05 |
| HSL | 160.69º | 0.88% | 0.61% | - |
| HSV(B) | 160.69º | 0.72% | 0.95% | - |
| XYZ | 43.47 | 68.95 | 58.03 | - |
| YUV | 184.59 | 129.35 | 45.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 243 | 187 | 0.72 | 0 | 0.23 | 0.05 | 160.69 | 0.88 | 0.61 |
| Hex | 45 | F3 | BB | 48 | 0 | 17 | 5 | A1 | 58 | 3D |
| Octal | 105 | 363 | 273 | 110 | 0 | 27 | 5 | 241 | 130 | 75 |
| Binary | 1000101 | 11110011 | 10111011 | 1001000 | 0 | 10111 | 101 | 10100001 | 1011000 | 111101 |
Color Harmonies of #45F3BB
Complementary color
Monochromatic Colors of #45F3BB
Black with #45F3BB
Text Example
Text Example
White with #45F3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45F3BB; }
p { color: rgb(69,243,187); }
H1.HeaderClassName
{
color: #45F3BB;
}
.AnyTagClassName
{
color: #45F3BB;
}
</style>
background-color css
<style>
a { background-color: #45F3BB; }
a { background-color: rgb(69,243,187); }
div.DivClassName
{
background-color: #45F3BB;
}
.BgClassName
{
background-color: #45F3BB;
}
</style>
border-color css
<style>
span { border-color: #45F3BB; }
span { border-color: rgb(69,243,187); }
td.TdClassName
{
border-color: #45F3BB;
}
.TagClassName
{
border-color: #45F3BB;
}
</style>