Shades of Turquoise #45FECF
Tints of Turquoise #45FECF
RGB
CMYK
RGB Variations
Color information
#45FECF (or 0x45FECF) is known color: Turquoise. HEX triplet: 45, FE and CF. RGB value is (69,254,207). Sum of RGB (Red+Green+Blue) = 69+254+207=530 (70% of max value = 765). Red value is 69 (27.34% from 255 or 13.02% from 530); Green value is 254 (99.61% from 255 or 47.92% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 254 - color contains mainly: green. Hex color #45FECF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45FECF is #BA0130. Grayscale: #C1C1C1. Windows color (decimal): -12190001 or 13631045. OLE color: 13631045.
HSL color Cylindrical-coordinate representation of color #45FECF: hue angle of 164.76º 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 #45FECF is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 69 | 254 | 207 | - |
| CMYK | 0.73 | 0 | 0.19 | 0.00 |
| HSL | 164.76º | 0.99% | 0.63% | - |
| HSV(B) | 164.76º | 0.73% | 1% | - |
| XYZ | 49.16 | 76.65 | 71.24 | - |
| YUV | 193.33 | 135.71 | 39.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 254 | 207 | 0.73 | 0 | 0.19 | 0.00 | 164.76 | 0.99 | 0.63 |
| Hex | 45 | FE | CF | 49 | 0 | 13 | 0 | A5 | 63 | 3F |
| Octal | 105 | 376 | 317 | 111 | 0 | 23 | 0 | 245 | 143 | 77 |
| Binary | 1000101 | 11111110 | 11001111 | 1001001 | 0 | 10011 | 0 | 10100101 | 1100011 | 111111 |
Color Harmonies of #45FECF
Complementary color
Monochromatic Colors of #45FECF
Black with #45FECF
Text Example
Text Example
White with #45FECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45FECF; }
p { color: rgb(69,254,207); }
H1.HeaderClassName
{
color: #45FECF;
}
.AnyTagClassName
{
color: #45FECF;
}
</style>
background-color css
<style>
a { background-color: #45FECF; }
a { background-color: rgb(69,254,207); }
div.DivClassName
{
background-color: #45FECF;
}
.BgClassName
{
background-color: #45FECF;
}
</style>
border-color css
<style>
span { border-color: #45FECF; }
span { border-color: rgb(69,254,207); }
td.TdClassName
{
border-color: #45FECF;
}
.TagClassName
{
border-color: #45FECF;
}
</style>