Shades of Turquoise #5AF6CD
Tints of Turquoise #5AF6CD
RGB
CMYK
RGB Variations
Color information
#5AF6CD (or 0x5AF6CD) is known color: Turquoise. HEX triplet: 5A, F6 and CD. RGB value is (90,246,205). Sum of RGB (Red+Green+Blue) = 90+246+205=541 (71% of max value = 765). Red value is 90 (35.55% from 255 or 16.64% from 541); Green value is 246 (96.48% from 255 or 45.47% from 541); Blue value is 205 (80.47% from 255 or 37.89% from 541); Max value from RGB is 246 - color contains mainly: green. Hex color #5AF6CD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AF6CD is #A50932. Grayscale: #C2C2C2. Windows color (decimal): -10815795 or 13497946. OLE color: 13497946.
HSL color Cylindrical-coordinate representation of color #5AF6CD: hue angle of 164.23º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AF6CD is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 90 | 246 | 205 | - |
| CMYK | 0.63 | 0 | 0.17 | 0.04 |
| HSL | 164.23º | 0.9% | 0.66% | - |
| HSV(B) | 164.23º | 0.63% | 0.96% | - |
| XYZ | 48.19 | 72.49 | 69.21 | - |
| YUV | 194.68 | 133.82 | 53.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 246 | 205 | 0.63 | 0 | 0.17 | 0.04 | 164.23 | 0.9 | 0.66 |
| Hex | 5A | F6 | CD | 3F | 0 | 11 | 4 | A4 | 5A | 42 |
| Octal | 132 | 366 | 315 | 77 | 0 | 21 | 4 | 244 | 132 | 102 |
| Binary | 1011010 | 11110110 | 11001101 | 111111 | 0 | 10001 | 100 | 10100100 | 1011010 | 1000010 |
Color Harmonies of #5AF6CD
Complementary color
Monochromatic Colors of #5AF6CD
Black with #5AF6CD
Text Example
Text Example
White with #5AF6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF6CD; }
p { color: rgb(90,246,205); }
H1.HeaderClassName
{
color: #5AF6CD;
}
.AnyTagClassName
{
color: #5AF6CD;
}
</style>
background-color css
<style>
a { background-color: #5AF6CD; }
a { background-color: rgb(90,246,205); }
div.DivClassName
{
background-color: #5AF6CD;
}
.BgClassName
{
background-color: #5AF6CD;
}
</style>
border-color css
<style>
span { border-color: #5AF6CD; }
span { border-color: rgb(90,246,205); }
td.TdClassName
{
border-color: #5AF6CD;
}
.TagClassName
{
border-color: #5AF6CD;
}
</style>