Shades of Turquoise #45FECB
Tints of Turquoise #45FECB
RGB
CMYK
RGB Variations
Color information
#45FECB (or 0x45FECB) is known color: Turquoise. HEX triplet: 45, FE and CB. RGB value is (69,254,203). Sum of RGB (Red+Green+Blue) = 69+254+203=526 (69% of max value = 765). Red value is 69 (27.34% from 255 or 13.12% from 526); Green value is 254 (99.61% from 255 or 48.29% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 254 - color contains mainly: green. Hex color #45FECB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45FECB is #BA0134. Grayscale: #C0C0C0. Windows color (decimal): -12190005 or 13368901. OLE color: 13368901.
HSL color Cylindrical-coordinate representation of color #45FECB: hue angle of 163.46º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #45FECB is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 69 | 254 | 203 | - |
| CMYK | 0.73 | 0 | 0.20 | 0.00 |
| HSL | 163.46º | 0.99% | 0.63% | - |
| HSV(B) | 163.46º | 0.73% | 1% | - |
| XYZ | 48.68 | 76.46 | 68.69 | - |
| YUV | 192.87 | 133.71 | 39.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 254 | 203 | 0.73 | 0 | 0.20 | 0.00 | 163.46 | 0.99 | 0.63 |
| Hex | 45 | FE | CB | 49 | 0 | 14 | 0 | A3 | 63 | 3F |
| Octal | 105 | 376 | 313 | 111 | 0 | 24 | 0 | 243 | 143 | 77 |
| Binary | 1000101 | 11111110 | 11001011 | 1001001 | 0 | 10100 | 0 | 10100011 | 1100011 | 111111 |
Color Harmonies of #45FECB
Complementary color
Monochromatic Colors of #45FECB
Black with #45FECB
Text Example
Text Example
White with #45FECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45FECB; }
p { color: rgb(69,254,203); }
H1.HeaderClassName
{
color: #45FECB;
}
.AnyTagClassName
{
color: #45FECB;
}
</style>
background-color css
<style>
a { background-color: #45FECB; }
a { background-color: rgb(69,254,203); }
div.DivClassName
{
background-color: #45FECB;
}
.BgClassName
{
background-color: #45FECB;
}
</style>
border-color css
<style>
span { border-color: #45FECB; }
span { border-color: rgb(69,254,203); }
td.TdClassName
{
border-color: #45FECB;
}
.TagClassName
{
border-color: #45FECB;
}
</style>