Shades of Turquoise #45FBCE
Tints of Turquoise #45FBCE
RGB
CMYK
RGB Variations
Color information
#45FBCE (or 0x45FBCE) is known color: Turquoise. HEX triplet: 45, FB and CE. RGB value is (69,251,206). Sum of RGB (Red+Green+Blue) = 69+251+206=526 (69% of max value = 765). Red value is 69 (27.34% from 255 or 13.12% from 526); Green value is 251 (98.44% from 255 or 47.72% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 251 - color contains mainly: green. Hex color #45FBCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45FBCE is #BA0431. Grayscale: #BFBFBF. Windows color (decimal): -12190770 or 13564741. OLE color: 13564741.
HSL color Cylindrical-coordinate representation of color #45FBCE: hue angle of 165.16º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #45FBCE is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 69 | 251 | 206 | - |
| CMYK | 0.73 | 0 | 0.18 | 0.02 |
| HSL | 165.16º | 0.96% | 0.63% | - |
| HSV(B) | 165.16º | 0.73% | 0.98% | - |
| XYZ | 48.09 | 74.72 | 70.28 | - |
| YUV | 191.45 | 136.2 | 40.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 251 | 206 | 0.73 | 0 | 0.18 | 0.02 | 165.16 | 0.96 | 0.63 |
| Hex | 45 | FB | CE | 49 | 0 | 12 | 2 | A5 | 60 | 3F |
| Octal | 105 | 373 | 316 | 111 | 0 | 22 | 2 | 245 | 140 | 77 |
| Binary | 1000101 | 11111011 | 11001110 | 1001001 | 0 | 10010 | 10 | 10100101 | 1100000 | 111111 |
Color Harmonies of #45FBCE
Complementary color
Monochromatic Colors of #45FBCE
Black with #45FBCE
Text Example
Text Example
White with #45FBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45FBCE; }
p { color: rgb(69,251,206); }
H1.HeaderClassName
{
color: #45FBCE;
}
.AnyTagClassName
{
color: #45FBCE;
}
</style>
background-color css
<style>
a { background-color: #45FBCE; }
a { background-color: rgb(69,251,206); }
div.DivClassName
{
background-color: #45FBCE;
}
.BgClassName
{
background-color: #45FBCE;
}
</style>
border-color css
<style>
span { border-color: #45FBCE; }
span { border-color: rgb(69,251,206); }
td.TdClassName
{
border-color: #45FBCE;
}
.TagClassName
{
border-color: #45FBCE;
}
</style>