Shades of Turquoise #5AF1CB
Tints of Turquoise #5AF1CB
RGB
CMYK
RGB Variations
Color information
#5AF1CB (or 0x5AF1CB) is known color: Turquoise. HEX triplet: 5A, F1 and CB. RGB value is (90,241,203). Sum of RGB (Red+Green+Blue) = 90+241+203=534 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.85% from 534); Green value is 241 (94.53% from 255 or 45.13% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 241 - color contains mainly: green. Hex color #5AF1CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AF1CB is #A50E34. Grayscale: #BFBFBF. Windows color (decimal): -10817077 or 13365594. OLE color: 13365594.
HSL color Cylindrical-coordinate representation of color #5AF1CB: hue angle of 164.9º 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 #5AF1CB is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 241 | 203 | - |
| CMYK | 0.63 | 0 | 0.16 | 0.05 |
| HSL | 164.9º | 0.84% | 0.65% | - |
| HSV(B) | 164.9º | 0.63% | 0.95% | - |
| XYZ | 46.45 | 69.4 | 67.45 | - |
| YUV | 191.52 | 134.47 | 55.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 241 | 203 | 0.63 | 0 | 0.16 | 0.05 | 164.9 | 0.84 | 0.65 |
| Hex | 5A | F1 | CB | 3F | 0 | 10 | 5 | A5 | 54 | 41 |
| Octal | 132 | 361 | 313 | 77 | 0 | 20 | 5 | 245 | 124 | 101 |
| Binary | 1011010 | 11110001 | 11001011 | 111111 | 0 | 10000 | 101 | 10100101 | 1010100 | 1000001 |
Color Harmonies of #5AF1CB
Complementary color
Monochromatic Colors of #5AF1CB
Black with #5AF1CB
Text Example
Text Example
White with #5AF1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF1CB; }
p { color: rgb(90,241,203); }
H1.HeaderClassName
{
color: #5AF1CB;
}
.AnyTagClassName
{
color: #5AF1CB;
}
</style>
background-color css
<style>
a { background-color: #5AF1CB; }
a { background-color: rgb(90,241,203); }
div.DivClassName
{
background-color: #5AF1CB;
}
.BgClassName
{
background-color: #5AF1CB;
}
</style>
border-color css
<style>
span { border-color: #5AF1CB; }
span { border-color: rgb(90,241,203); }
td.TdClassName
{
border-color: #5AF1CB;
}
.TagClassName
{
border-color: #5AF1CB;
}
</style>