Shades of Turquoise #45FED3
Tints of Turquoise #45FED3
RGB
CMYK
RGB Variations
Color information
#45FED3 (or 0x45FED3) is known color: Turquoise. HEX triplet: 45, FE and D3. RGB value is (69,254,211). Sum of RGB (Red+Green+Blue) = 69+254+211=534 (70% of max value = 765). Red value is 69 (27.34% from 255 or 12.92% from 534); Green value is 254 (99.61% from 255 or 47.57% from 534); Blue value is 211 (82.81% from 255 or 39.51% from 534); Max value from RGB is 254 - color contains mainly: green. Hex color #45FED3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45FED3 is #BA012C. Grayscale: #C1C1C1. Windows color (decimal): -12189997 or 13893189. OLE color: 13893189.
HSL color Cylindrical-coordinate representation of color #45FED3: hue angle of 166.05º 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 #45FED3 is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 69 | 254 | 211 | - |
| CMYK | 0.73 | 0 | 0.17 | 0.00 |
| HSL | 166.05º | 0.99% | 0.63% | - |
| HSV(B) | 166.05º | 0.73% | 1% | - |
| XYZ | 49.65 | 76.85 | 73.84 | - |
| YUV | 193.78 | 137.71 | 39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 254 | 211 | 0.73 | 0 | 0.17 | 0.00 | 166.05 | 0.99 | 0.63 |
| Hex | 45 | FE | D3 | 49 | 0 | 11 | 0 | A6 | 63 | 3F |
| Octal | 105 | 376 | 323 | 111 | 0 | 21 | 0 | 246 | 143 | 77 |
| Binary | 1000101 | 11111110 | 11010011 | 1001001 | 0 | 10001 | 0 | 10100110 | 1100011 | 111111 |
Color Harmonies of #45FED3
Complementary color
Monochromatic Colors of #45FED3
Black with #45FED3
Text Example
Text Example
White with #45FED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45FED3; }
p { color: rgb(69,254,211); }
H1.HeaderClassName
{
color: #45FED3;
}
.AnyTagClassName
{
color: #45FED3;
}
</style>
background-color css
<style>
a { background-color: #45FED3; }
a { background-color: rgb(69,254,211); }
div.DivClassName
{
background-color: #45FED3;
}
.BgClassName
{
background-color: #45FED3;
}
</style>
border-color css
<style>
span { border-color: #45FED3; }
span { border-color: rgb(69,254,211); }
td.TdClassName
{
border-color: #45FED3;
}
.TagClassName
{
border-color: #45FED3;
}
</style>