Shades of Medium Turquoise #5CDBCB
Tints of Medium Turquoise #5CDBCB
RGB
CMYK
RGB Variations
Color information
#5CDBCB (or 0x5CDBCB) is known color: Medium Turquoise. HEX triplet: 5C, DB and CB. RGB value is (92,219,203). Sum of RGB (Red+Green+Blue) = 92+219+203=514 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.90% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 219 - color contains mainly: green. Hex color #5CDBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CDBCB is #A32434. Grayscale: #B3B3B3. Windows color (decimal): -10691637 or 13359964. OLE color: 13359964.
HSL color Cylindrical-coordinate representation of color #5CDBCB: hue angle of 172.44º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CDBCB is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 219 | 203 | - |
| CMYK | 0.58 | 0 | 0.07 | 0.14 |
| HSL | 172.44º | 0.64% | 0.61% | - |
| HSV(B) | 172.44º | 0.58% | 0.86% | - |
| XYZ | 40.52 | 57.25 | 65.41 | - |
| YUV | 179.2 | 141.42 | 65.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 219 | 203 | 0.58 | 0 | 0.07 | 0.14 | 172.44 | 0.64 | 0.61 |
| Hex | 5C | DB | CB | 3A | 0 | 7 | E | AC | 40 | 3D |
| Octal | 134 | 333 | 313 | 72 | 0 | 7 | 16 | 254 | 100 | 75 |
| Binary | 1011100 | 11011011 | 11001011 | 111010 | 0 | 111 | 1110 | 10101100 | 1000000 | 111101 |
Color Harmonies of #5CDBCB
Complementary color
Monochromatic Colors of #5CDBCB
Black with #5CDBCB
Text Example
Text Example
White with #5CDBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDBCB; }
p { color: rgb(92,219,203); }
H1.HeaderClassName
{
color: #5CDBCB;
}
.AnyTagClassName
{
color: #5CDBCB;
}
</style>
background-color css
<style>
a { background-color: #5CDBCB; }
a { background-color: rgb(92,219,203); }
div.DivClassName
{
background-color: #5CDBCB;
}
.BgClassName
{
background-color: #5CDBCB;
}
</style>
border-color css
<style>
span { border-color: #5CDBCB; }
span { border-color: rgb(92,219,203); }
td.TdClassName
{
border-color: #5CDBCB;
}
.TagClassName
{
border-color: #5CDBCB;
}
</style>