Shades of Turquoise #5AF1C4
Tints of Turquoise #5AF1C4
RGB
CMYK
RGB Variations
Color information
#5AF1C4 (or 0x5AF1C4) is known color: Turquoise. HEX triplet: 5A, F1 and C4. RGB value is (90,241,196). Sum of RGB (Red+Green+Blue) = 90+241+196=527 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.08% from 527); Green value is 241 (94.53% from 255 or 45.73% from 527); Blue value is 196 (76.95% from 255 or 37.19% from 527); Max value from RGB is 241 - color contains mainly: green. Hex color #5AF1C4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AF1C4 is #A50E3B. Grayscale: #BEBEBE. Windows color (decimal): -10817084 or 12906842. OLE color: 12906842.
HSL color Cylindrical-coordinate representation of color #5AF1C4: hue angle of 162.12º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AF1C4 is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 241 | 196 | - |
| CMYK | 0.63 | 0 | 0.19 | 0.05 |
| HSL | 162.12º | 0.84% | 0.65% | - |
| HSV(B) | 162.12º | 0.63% | 0.95% | - |
| XYZ | 45.64 | 69.07 | 63.15 | - |
| YUV | 190.72 | 130.97 | 56.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 241 | 196 | 0.63 | 0 | 0.19 | 0.05 | 162.12 | 0.84 | 0.65 |
| Hex | 5A | F1 | C4 | 3F | 0 | 13 | 5 | A2 | 54 | 41 |
| Octal | 132 | 361 | 304 | 77 | 0 | 23 | 5 | 242 | 124 | 101 |
| Binary | 1011010 | 11110001 | 11000100 | 111111 | 0 | 10011 | 101 | 10100010 | 1010100 | 1000001 |
Color Harmonies of #5AF1C4
Complementary color
Monochromatic Colors of #5AF1C4
Black with #5AF1C4
Text Example
Text Example
White with #5AF1C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF1C4; }
p { color: rgb(90,241,196); }
H1.HeaderClassName
{
color: #5AF1C4;
}
.AnyTagClassName
{
color: #5AF1C4;
}
</style>
background-color css
<style>
a { background-color: #5AF1C4; }
a { background-color: rgb(90,241,196); }
div.DivClassName
{
background-color: #5AF1C4;
}
.BgClassName
{
background-color: #5AF1C4;
}
</style>
border-color css
<style>
span { border-color: #5AF1C4; }
span { border-color: rgb(90,241,196); }
td.TdClassName
{
border-color: #5AF1C4;
}
.TagClassName
{
border-color: #5AF1C4;
}
</style>