Shades of Turquoise #5CF8DF
Tints of Turquoise #5CF8DF
RGB
CMYK
RGB Variations
Color information
#5CF8DF (or 0x5CF8DF) is known color: Turquoise. HEX triplet: 5C, F8 and DF. RGB value is (92,248,223). Sum of RGB (Red+Green+Blue) = 92+248+223=563 (74% of max value = 765). Red value is 92 (36.33% from 255 or 16.34% from 563); Green value is 248 (97.27% from 255 or 44.05% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 248 - color contains mainly: green. Hex color #5CF8DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CF8DF is #A30720. Grayscale: #C6C6C6. Windows color (decimal): -10684193 or 14678108. OLE color: 14678108.
HSL color Cylindrical-coordinate representation of color #5CF8DF: hue angle of 170.38º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CF8DF is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 92 | 248 | 223 | - |
| CMYK | 0.63 | 0 | 0.10 | 0.03 |
| HSL | 170.38º | 0.92% | 0.67% | - |
| HSV(B) | 170.38º | 0.63% | 0.97% | - |
| XYZ | 51.3 | 74.74 | 81.53 | - |
| YUV | 198.51 | 141.82 | 52.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 248 | 223 | 0.63 | 0 | 0.10 | 0.03 | 170.38 | 0.92 | 0.67 |
| Hex | 5C | F8 | DF | 3F | 0 | A | 3 | AA | 5C | 43 |
| Octal | 134 | 370 | 337 | 77 | 0 | 12 | 3 | 252 | 134 | 103 |
| Binary | 1011100 | 11111000 | 11011111 | 111111 | 0 | 1010 | 11 | 10101010 | 1011100 | 1000011 |
Color Harmonies of #5CF8DF
Complementary color
Monochromatic Colors of #5CF8DF
Black with #5CF8DF
Text Example
Text Example
White with #5CF8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF8DF; }
p { color: rgb(92,248,223); }
H1.HeaderClassName
{
color: #5CF8DF;
}
.AnyTagClassName
{
color: #5CF8DF;
}
</style>
background-color css
<style>
a { background-color: #5CF8DF; }
a { background-color: rgb(92,248,223); }
div.DivClassName
{
background-color: #5CF8DF;
}
.BgClassName
{
background-color: #5CF8DF;
}
</style>
border-color css
<style>
span { border-color: #5CF8DF; }
span { border-color: rgb(92,248,223); }
td.TdClassName
{
border-color: #5CF8DF;
}
.TagClassName
{
border-color: #5CF8DF;
}
</style>