Shades of Medium Turquoise #5CCFCB
Tints of Medium Turquoise #5CCFCB
RGB
CMYK
RGB Variations
Color information
#5CCFCB (or 0x5CCFCB) is known color: Medium Turquoise. HEX triplet: 5C, CF and CB. RGB value is (92,207,203). Sum of RGB (Red+Green+Blue) = 92+207+203=502 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.33% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 207 - color contains mainly: green. Hex color #5CCFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCFCB is #A33034. Grayscale: #ACACAC. Windows color (decimal): -10694709 or 13356892. OLE color: 13356892.
HSL color Cylindrical-coordinate representation of color #5CCFCB: hue angle of 177.91º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5CCFCB is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 92 | 207 | 203 | - |
| CMYK | 0.56 | 0 | 0.02 | 0.19 |
| HSL | 177.91º | 0.55% | 0.59% | - |
| HSV(B) | 177.91º | 0.56% | 0.81% | - |
| XYZ | 37.51 | 51.21 | 64.41 | - |
| YUV | 172.16 | 145.4 | 70.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 207 | 203 | 0.56 | 0 | 0.02 | 0.19 | 177.91 | 0.55 | 0.59 |
| Hex | 5C | CF | CB | 38 | 0 | 2 | 13 | B2 | 37 | 3B |
| Octal | 134 | 317 | 313 | 70 | 0 | 2 | 23 | 262 | 67 | 73 |
| Binary | 1011100 | 11001111 | 11001011 | 111000 | 0 | 10 | 10011 | 10110010 | 110111 | 111011 |
Color Harmonies of #5CCFCB
Complementary color
Monochromatic Colors of #5CCFCB
Black with #5CCFCB
Text Example
Text Example
White with #5CCFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCFCB; }
p { color: rgb(92,207,203); }
H1.HeaderClassName
{
color: #5CCFCB;
}
.AnyTagClassName
{
color: #5CCFCB;
}
</style>
background-color css
<style>
a { background-color: #5CCFCB; }
a { background-color: rgb(92,207,203); }
div.DivClassName
{
background-color: #5CCFCB;
}
.BgClassName
{
background-color: #5CCFCB;
}
</style>
border-color css
<style>
span { border-color: #5CCFCB; }
span { border-color: rgb(92,207,203); }
td.TdClassName
{
border-color: #5CCFCB;
}
.TagClassName
{
border-color: #5CCFCB;
}
</style>