Shades of Turquoise #45F0C4
Tints of Turquoise #45F0C4
RGB
CMYK
RGB Variations
Color information
#45F0C4 (or 0x45F0C4) is known color: Turquoise. HEX triplet: 45, F0 and C4. RGB value is (69,240,196). Sum of RGB (Red+Green+Blue) = 69+240+196=505 (66% of max value = 765). Red value is 69 (27.34% from 255 or 13.66% from 505); Green value is 240 (94.14% from 255 or 47.52% from 505); Blue value is 196 (76.95% from 255 or 38.81% from 505); Max value from RGB is 240 - color contains mainly: green. Hex color #45F0C4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45F0C4 is #BA0F3B. Grayscale: #B7B7B7. Windows color (decimal): -12193596 or 12906565. OLE color: 12906565.
HSL color Cylindrical-coordinate representation of color #45F0C4: hue angle of 164.56º 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 #45F0C4 is Cyan = 0.71, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 69 | 240 | 196 | - |
| CMYK | 0.71 | 0 | 0.18 | 0.06 |
| HSL | 164.56º | 0.85% | 0.61% | - |
| HSV(B) | 164.56º | 0.71% | 0.94% | - |
| XYZ | 43.58 | 67.57 | 62.97 | - |
| YUV | 183.86 | 134.85 | 46.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 240 | 196 | 0.71 | 0 | 0.18 | 0.06 | 164.56 | 0.85 | 0.61 |
| Hex | 45 | F0 | C4 | 47 | 0 | 12 | 6 | A5 | 55 | 3D |
| Octal | 105 | 360 | 304 | 107 | 0 | 22 | 6 | 245 | 125 | 75 |
| Binary | 1000101 | 11110000 | 11000100 | 1000111 | 0 | 10010 | 110 | 10100101 | 1010101 | 111101 |
Color Harmonies of #45F0C4
Complementary color
Monochromatic Colors of #45F0C4
Black with #45F0C4
Text Example
Text Example
White with #45F0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45F0C4; }
p { color: rgb(69,240,196); }
H1.HeaderClassName
{
color: #45F0C4;
}
.AnyTagClassName
{
color: #45F0C4;
}
</style>
background-color css
<style>
a { background-color: #45F0C4; }
a { background-color: rgb(69,240,196); }
div.DivClassName
{
background-color: #45F0C4;
}
.BgClassName
{
background-color: #45F0C4;
}
</style>
border-color css
<style>
span { border-color: #45F0C4; }
span { border-color: rgb(69,240,196); }
td.TdClassName
{
border-color: #45F0C4;
}
.TagClassName
{
border-color: #45F0C4;
}
</style>