Shades of Turquoise #5AF1CC
Tints of Turquoise #5AF1CC
RGB
CMYK
RGB Variations
Color information
#5AF1CC (or 0x5AF1CC) is known color: Turquoise. HEX triplet: 5A, F1 and CC. RGB value is (90,241,204). Sum of RGB (Red+Green+Blue) = 90+241+204=535 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.82% from 535); Green value is 241 (94.53% from 255 or 45.05% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 241 - color contains mainly: green. Hex color #5AF1CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AF1CC is #A50E33. Grayscale: #BFBFBF. Windows color (decimal): -10817076 or 13431130. OLE color: 13431130.
HSL color Cylindrical-coordinate representation of color #5AF1CC: hue angle of 165.3º 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 #5AF1CC is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 241 | 204 | - |
| CMYK | 0.63 | 0 | 0.15 | 0.05 |
| HSL | 165.3º | 0.84% | 0.65% | - |
| HSV(B) | 165.3º | 0.63% | 0.95% | - |
| XYZ | 46.57 | 69.44 | 68.08 | - |
| YUV | 191.63 | 134.97 | 55.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 241 | 204 | 0.63 | 0 | 0.15 | 0.05 | 165.3 | 0.84 | 0.65 |
| Hex | 5A | F1 | CC | 3F | 0 | F | 5 | A5 | 54 | 41 |
| Octal | 132 | 361 | 314 | 77 | 0 | 17 | 5 | 245 | 124 | 101 |
| Binary | 1011010 | 11110001 | 11001100 | 111111 | 0 | 1111 | 101 | 10100101 | 1010100 | 1000001 |
Color Harmonies of #5AF1CC
Complementary color
Monochromatic Colors of #5AF1CC
Black with #5AF1CC
Text Example
Text Example
White with #5AF1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF1CC; }
p { color: rgb(90,241,204); }
H1.HeaderClassName
{
color: #5AF1CC;
}
.AnyTagClassName
{
color: #5AF1CC;
}
</style>
background-color css
<style>
a { background-color: #5AF1CC; }
a { background-color: rgb(90,241,204); }
div.DivClassName
{
background-color: #5AF1CC;
}
.BgClassName
{
background-color: #5AF1CC;
}
</style>
border-color css
<style>
span { border-color: #5AF1CC; }
span { border-color: rgb(90,241,204); }
td.TdClassName
{
border-color: #5AF1CC;
}
.TagClassName
{
border-color: #5AF1CC;
}
</style>