Shades of Turquoise #45F0C5
Tints of Turquoise #45F0C5
RGB
CMYK
RGB Variations
Color information
#45F0C5 (or 0x45F0C5) is known color: Turquoise. HEX triplet: 45, F0 and C5. RGB value is (69,240,197). Sum of RGB (Red+Green+Blue) = 69+240+197=506 (67% of max value = 765). Red value is 69 (27.34% from 255 or 13.64% from 506); Green value is 240 (94.14% from 255 or 47.43% from 506); Blue value is 197 (77.34% from 255 or 38.93% from 506); Max value from RGB is 240 - color contains mainly: green. Hex color #45F0C5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45F0C5 is #BA0F3A. Grayscale: #B7B7B7. Windows color (decimal): -12193595 or 12972101. OLE color: 12972101.
HSL color Cylindrical-coordinate representation of color #45F0C5: hue angle of 164.91º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45F0C5 is Cyan = 0.71, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 69 | 240 | 197 | - |
| CMYK | 0.71 | 0 | 0.18 | 0.06 |
| HSL | 164.91º | 0.85% | 0.61% | - |
| HSV(B) | 164.91º | 0.71% | 0.94% | - |
| XYZ | 43.69 | 67.62 | 63.57 | - |
| YUV | 183.97 | 135.35 | 46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 240 | 197 | 0.71 | 0 | 0.18 | 0.06 | 164.91 | 0.85 | 0.61 |
| Hex | 45 | F0 | C5 | 47 | 0 | 12 | 6 | A5 | 55 | 3D |
| Octal | 105 | 360 | 305 | 107 | 0 | 22 | 6 | 245 | 125 | 75 |
| Binary | 1000101 | 11110000 | 11000101 | 1000111 | 0 | 10010 | 110 | 10100101 | 1010101 | 111101 |
Color Harmonies of #45F0C5
Complementary color
Monochromatic Colors of #45F0C5
Black with #45F0C5
Text Example
Text Example
White with #45F0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45F0C5; }
p { color: rgb(69,240,197); }
H1.HeaderClassName
{
color: #45F0C5;
}
.AnyTagClassName
{
color: #45F0C5;
}
</style>
background-color css
<style>
a { background-color: #45F0C5; }
a { background-color: rgb(69,240,197); }
div.DivClassName
{
background-color: #45F0C5;
}
.BgClassName
{
background-color: #45F0C5;
}
</style>
border-color css
<style>
span { border-color: #45F0C5; }
span { border-color: rgb(69,240,197); }
td.TdClassName
{
border-color: #45F0C5;
}
.TagClassName
{
border-color: #45F0C5;
}
</style>