Shades of Turquoise #5CF1CA
Tints of Turquoise #5CF1CA
RGB
CMYK
RGB Variations
Color information
#5CF1CA (or 0x5CF1CA) is known color: Turquoise. HEX triplet: 5C, F1 and CA. RGB value is (92,241,202). Sum of RGB (Red+Green+Blue) = 92+241+202=535 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.20% from 535); Green value is 241 (94.53% from 255 or 45.05% from 535); Blue value is 202 (79.30% from 255 or 37.76% from 535); Max value from RGB is 241 - color contains mainly: green. Hex color #5CF1CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CF1CA is #A30E35. Grayscale: #C0C0C0. Windows color (decimal): -10686006 or 13300060. OLE color: 13300060.
HSL color Cylindrical-coordinate representation of color #5CF1CA: hue angle of 164.3º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CF1CA is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 92 | 241 | 202 | - |
| CMYK | 0.62 | 0 | 0.16 | 0.05 |
| HSL | 164.3º | 0.84% | 0.65% | - |
| HSV(B) | 164.3º | 0.62% | 0.95% | - |
| XYZ | 46.53 | 69.45 | 66.83 | - |
| YUV | 192 | 133.64 | 56.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 241 | 202 | 0.62 | 0 | 0.16 | 0.05 | 164.3 | 0.84 | 0.65 |
| Hex | 5C | F1 | CA | 3E | 0 | 10 | 5 | A4 | 54 | 41 |
| Octal | 134 | 361 | 312 | 76 | 0 | 20 | 5 | 244 | 124 | 101 |
| Binary | 1011100 | 11110001 | 11001010 | 111110 | 0 | 10000 | 101 | 10100100 | 1010100 | 1000001 |
Color Harmonies of #5CF1CA
Complementary color
Monochromatic Colors of #5CF1CA
Black with #5CF1CA
Text Example
Text Example
White with #5CF1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF1CA; }
p { color: rgb(92,241,202); }
H1.HeaderClassName
{
color: #5CF1CA;
}
.AnyTagClassName
{
color: #5CF1CA;
}
</style>
background-color css
<style>
a { background-color: #5CF1CA; }
a { background-color: rgb(92,241,202); }
div.DivClassName
{
background-color: #5CF1CA;
}
.BgClassName
{
background-color: #5CF1CA;
}
</style>
border-color css
<style>
span { border-color: #5CF1CA; }
span { border-color: rgb(92,241,202); }
td.TdClassName
{
border-color: #5CF1CA;
}
.TagClassName
{
border-color: #5CF1CA;
}
</style>