Shades of Turquoise #5CF1DD
Tints of Turquoise #5CF1DD
RGB
CMYK
RGB Variations
Color information
#5CF1DD (or 0x5CF1DD) is known color: Turquoise. HEX triplet: 5C, F1 and DD. RGB value is (92,241,221). Sum of RGB (Red+Green+Blue) = 92+241+221=554 (73% of max value = 765). Red value is 92 (36.33% from 255 or 16.61% from 554); Green value is 241 (94.53% from 255 or 43.50% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 241 - color contains mainly: green. Hex color #5CF1DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CF1DD is #A30E22. Grayscale: #C2C2C2. Windows color (decimal): -10685987 or 14545244. OLE color: 14545244.
HSL color Cylindrical-coordinate representation of color #5CF1DD: hue angle of 171.95º 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 #5CF1DD is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 92 | 241 | 221 | - |
| CMYK | 0.62 | 0 | 0.08 | 0.05 |
| HSL | 171.95º | 0.84% | 0.65% | - |
| HSV(B) | 171.95º | 0.62% | 0.95% | - |
| XYZ | 48.92 | 70.41 | 79.42 | - |
| YUV | 194.17 | 143.14 | 55.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 241 | 221 | 0.62 | 0 | 0.08 | 0.05 | 171.95 | 0.84 | 0.65 |
| Hex | 5C | F1 | DD | 3E | 0 | 8 | 5 | AC | 54 | 41 |
| Octal | 134 | 361 | 335 | 76 | 0 | 10 | 5 | 254 | 124 | 101 |
| Binary | 1011100 | 11110001 | 11011101 | 111110 | 0 | 1000 | 101 | 10101100 | 1010100 | 1000001 |
Color Harmonies of #5CF1DD
Complementary color
Monochromatic Colors of #5CF1DD
Black with #5CF1DD
Text Example
Text Example
White with #5CF1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF1DD; }
p { color: rgb(92,241,221); }
H1.HeaderClassName
{
color: #5CF1DD;
}
.AnyTagClassName
{
color: #5CF1DD;
}
</style>
background-color css
<style>
a { background-color: #5CF1DD; }
a { background-color: rgb(92,241,221); }
div.DivClassName
{
background-color: #5CF1DD;
}
.BgClassName
{
background-color: #5CF1DD;
}
</style>
border-color css
<style>
span { border-color: #5CF1DD; }
span { border-color: rgb(92,241,221); }
td.TdClassName
{
border-color: #5CF1DD;
}
.TagClassName
{
border-color: #5CF1DD;
}
</style>