Shades of Turquoise #5CF1CB
Tints of Turquoise #5CF1CB
RGB
CMYK
RGB Variations
Color information
#5CF1CB (or 0x5CF1CB) is known color: Turquoise. HEX triplet: 5C, F1 and CB. RGB value is (92,241,203). Sum of RGB (Red+Green+Blue) = 92+241+203=536 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.16% from 536); Green value is 241 (94.53% from 255 or 44.96% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 241 - color contains mainly: green. Hex color #5CF1CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CF1CB is #A30E34. Grayscale: #C0C0C0. Windows color (decimal): -10686005 or 13365596. OLE color: 13365596.
HSL color Cylindrical-coordinate representation of color #5CF1CB: hue angle of 164.7º 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 #5CF1CB is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 92 | 241 | 203 | - |
| CMYK | 0.62 | 0 | 0.16 | 0.05 |
| HSL | 164.7º | 0.84% | 0.65% | - |
| HSV(B) | 164.7º | 0.62% | 0.95% | - |
| XYZ | 46.65 | 69.5 | 67.46 | - |
| YUV | 192.12 | 134.14 | 56.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 241 | 203 | 0.62 | 0 | 0.16 | 0.05 | 164.7 | 0.84 | 0.65 |
| Hex | 5C | F1 | CB | 3E | 0 | 10 | 5 | A5 | 54 | 41 |
| Octal | 134 | 361 | 313 | 76 | 0 | 20 | 5 | 245 | 124 | 101 |
| Binary | 1011100 | 11110001 | 11001011 | 111110 | 0 | 10000 | 101 | 10100101 | 1010100 | 1000001 |
Color Harmonies of #5CF1CB
Complementary color
Monochromatic Colors of #5CF1CB
Black with #5CF1CB
Text Example
Text Example
White with #5CF1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF1CB; }
p { color: rgb(92,241,203); }
H1.HeaderClassName
{
color: #5CF1CB;
}
.AnyTagClassName
{
color: #5CF1CB;
}
</style>
background-color css
<style>
a { background-color: #5CF1CB; }
a { background-color: rgb(92,241,203); }
div.DivClassName
{
background-color: #5CF1CB;
}
.BgClassName
{
background-color: #5CF1CB;
}
</style>
border-color css
<style>
span { border-color: #5CF1CB; }
span { border-color: rgb(92,241,203); }
td.TdClassName
{
border-color: #5CF1CB;
}
.TagClassName
{
border-color: #5CF1CB;
}
</style>