Shades of Turquoise #45FFC2
Tints of Turquoise #45FFC2
RGB
CMYK
RGB Variations
Color information
#45FFC2 (or 0x45FFC2) is known color: Turquoise. HEX triplet: 45, FF and C2. RGB value is (69,255,194). Sum of RGB (Red+Green+Blue) = 69+255+194=518 (68% of max value = 765). Red value is 69 (27.34% from 255 or 13.32% from 518); Green value is 255 (100% from 255 or 49.23% from 518); Blue value is 194 (76.17% from 255 or 37.45% from 518); Max value from RGB is 255 - color contains mainly: green. Hex color #45FFC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45FFC2 is #BA003D. Grayscale: #C0C0C0. Windows color (decimal): -12189758 or 12779333. OLE color: 12779333.
HSL color Cylindrical-coordinate representation of color #45FFC2: hue angle of 160.32º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #45FFC2 is Cyan = 0.73, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 255 | 194 | - |
| CMYK | 0.73 | 0 | 0.24 | 0 |
| HSL | 160.32º | 1% | 0.64% | - |
| HSV(B) | 160.32º | 0.73% | 1% | - |
| XYZ | 47.95 | 76.68 | 63.31 | - |
| YUV | 192.43 | 128.88 | 39.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 255 | 194 | 0.73 | 0 | 0.24 | 0 | 160.32 | 1 | 0.64 |
| Hex | 45 | FF | C2 | 49 | 0 | 18 | 0 | A0 | 64 | 40 |
| Octal | 105 | 377 | 302 | 111 | 0 | 30 | 0 | 240 | 144 | 100 |
| Binary | 1000101 | 11111111 | 11000010 | 1001001 | 0 | 11000 | 0 | 10100000 | 1100100 | 1000000 |
Color Harmonies of #45FFC2
Complementary color
Monochromatic Colors of #45FFC2
Black with #45FFC2
Text Example
Text Example
White with #45FFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45FFC2; }
p { color: rgb(69,255,194); }
H1.HeaderClassName
{
color: #45FFC2;
}
.AnyTagClassName
{
color: #45FFC2;
}
</style>
background-color css
<style>
a { background-color: #45FFC2; }
a { background-color: rgb(69,255,194); }
div.DivClassName
{
background-color: #45FFC2;
}
.BgClassName
{
background-color: #45FFC2;
}
</style>
border-color css
<style>
span { border-color: #45FFC2; }
span { border-color: rgb(69,255,194); }
td.TdClassName
{
border-color: #45FFC2;
}
.TagClassName
{
border-color: #45FFC2;
}
</style>