Shades of Medium Turquoise #5CDFCB
Tints of Medium Turquoise #5CDFCB
RGB
CMYK
RGB Variations
Color information
#5CDFCB (or 0x5CDFCB) is known color: Medium Turquoise. HEX triplet: 5C, DF and CB. RGB value is (92,223,203). Sum of RGB (Red+Green+Blue) = 92+223+203=518 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.76% from 518); Green value is 223 (87.5% from 255 or 43.05% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 223 - color contains mainly: green. Hex color #5CDFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CDFCB is #A32034. Grayscale: #B5B5B5. Windows color (decimal): -10690613 or 13360988. OLE color: 13360988.
HSL color Cylindrical-coordinate representation of color #5CDFCB: hue angle of 170.84º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5CDFCB is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 92 | 223 | 203 | - |
| CMYK | 0.59 | 0 | 0.09 | 0.13 |
| HSL | 170.84º | 0.67% | 0.62% | - |
| HSV(B) | 170.84º | 0.59% | 0.87% | - |
| XYZ | 41.58 | 59.36 | 65.77 | - |
| YUV | 181.55 | 140.1 | 64.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 223 | 203 | 0.59 | 0 | 0.09 | 0.13 | 170.84 | 0.67 | 0.62 |
| Hex | 5C | DF | CB | 3B | 0 | 9 | D | AB | 43 | 3E |
| Octal | 134 | 337 | 313 | 73 | 0 | 11 | 15 | 253 | 103 | 76 |
| Binary | 1011100 | 11011111 | 11001011 | 111011 | 0 | 1001 | 1101 | 10101011 | 1000011 | 111110 |
Color Harmonies of #5CDFCB
Complementary color
Monochromatic Colors of #5CDFCB
Black with #5CDFCB
Text Example
Text Example
White with #5CDFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDFCB; }
p { color: rgb(92,223,203); }
H1.HeaderClassName
{
color: #5CDFCB;
}
.AnyTagClassName
{
color: #5CDFCB;
}
</style>
background-color css
<style>
a { background-color: #5CDFCB; }
a { background-color: rgb(92,223,203); }
div.DivClassName
{
background-color: #5CDFCB;
}
.BgClassName
{
background-color: #5CDFCB;
}
</style>
border-color css
<style>
span { border-color: #5CDFCB; }
span { border-color: rgb(92,223,203); }
td.TdClassName
{
border-color: #5CDFCB;
}
.TagClassName
{
border-color: #5CDFCB;
}
</style>