Shades of Turquoise #5CF1CF
Tints of Turquoise #5CF1CF
RGB
CMYK
RGB Variations
Color information
#5CF1CF (or 0x5CF1CF) is known color: Turquoise. HEX triplet: 5C, F1 and CF. RGB value is (92,241,207). Sum of RGB (Red+Green+Blue) = 92+241+207=540 (71% of max value = 765). Red value is 92 (36.33% from 255 or 17.04% from 540); Green value is 241 (94.53% from 255 or 44.63% from 540); Blue value is 207 (81.25% from 255 or 38.33% from 540); Max value from RGB is 241 - color contains mainly: green. Hex color #5CF1CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CF1CF is #A30E30. Grayscale: #C0C0C0. Windows color (decimal): -10686001 or 13627740. OLE color: 13627740.
HSL color Cylindrical-coordinate representation of color #5CF1CF: hue angle of 166.31º 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 #5CF1CF is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 92 | 241 | 207 | - |
| CMYK | 0.62 | 0 | 0.14 | 0.05 |
| HSL | 166.31º | 0.84% | 0.65% | - |
| HSV(B) | 166.31º | 0.62% | 0.95% | - |
| XYZ | 47.13 | 69.69 | 70 | - |
| YUV | 192.57 | 136.14 | 56.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 241 | 207 | 0.62 | 0 | 0.14 | 0.05 | 166.31 | 0.84 | 0.65 |
| Hex | 5C | F1 | CF | 3E | 0 | E | 5 | A6 | 54 | 41 |
| Octal | 134 | 361 | 317 | 76 | 0 | 16 | 5 | 246 | 124 | 101 |
| Binary | 1011100 | 11110001 | 11001111 | 111110 | 0 | 1110 | 101 | 10100110 | 1010100 | 1000001 |
Color Harmonies of #5CF1CF
Complementary color
Monochromatic Colors of #5CF1CF
Black with #5CF1CF
Text Example
Text Example
White with #5CF1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF1CF; }
p { color: rgb(92,241,207); }
H1.HeaderClassName
{
color: #5CF1CF;
}
.AnyTagClassName
{
color: #5CF1CF;
}
</style>
background-color css
<style>
a { background-color: #5CF1CF; }
a { background-color: rgb(92,241,207); }
div.DivClassName
{
background-color: #5CF1CF;
}
.BgClassName
{
background-color: #5CF1CF;
}
</style>
border-color css
<style>
span { border-color: #5CF1CF; }
span { border-color: rgb(92,241,207); }
td.TdClassName
{
border-color: #5CF1CF;
}
.TagClassName
{
border-color: #5CF1CF;
}
</style>