Shades of Medium Turquoise #5CCACF
Tints of Medium Turquoise #5CCACF
RGB
CMYK
RGB Variations
Color information
#5CCACF (or 0x5CCACF) is known color: Medium Turquoise. HEX triplet: 5C, CA and CF. RGB value is (92,202,207). Sum of RGB (Red+Green+Blue) = 92+202+207=501 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.36% from 501); Green value is 202 (79.30% from 255 or 40.32% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 207 - color contains mainly: blue. Hex color #5CCACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCACF is #A33530. Grayscale: #A9A9A9. Windows color (decimal): -10695985 or 13617756. OLE color: 13617756.
HSL color Cylindrical-coordinate representation of color #5CCACF: hue angle of 182.61º 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 #5CCACF is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 92 | 202 | 207 | - |
| CMYK | 0.56 | 0.02 | 0 | 0.19 |
| HSL | 182.61º | 0.55% | 0.59% | - |
| HSV(B) | 182.61º | 0.56% | 0.81% | - |
| XYZ | 36.8 | 49.02 | 66.55 | - |
| YUV | 169.68 | 149.06 | 72.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 202 | 207 | 0.56 | 0.02 | 0 | 0.19 | 182.61 | 0.55 | 0.59 |
| Hex | 5C | CA | CF | 38 | 2 | 0 | 13 | B7 | 37 | 3B |
| Octal | 134 | 312 | 317 | 70 | 2 | 0 | 23 | 267 | 67 | 73 |
| Binary | 1011100 | 11001010 | 11001111 | 111000 | 10 | 0 | 10011 | 10110111 | 110111 | 111011 |
Color Harmonies of #5CCACF
Complementary color
Monochromatic Colors of #5CCACF
Black with #5CCACF
Text Example
Text Example
White with #5CCACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCACF; }
p { color: rgb(92,202,207); }
H1.HeaderClassName
{
color: #5CCACF;
}
.AnyTagClassName
{
color: #5CCACF;
}
</style>
background-color css
<style>
a { background-color: #5CCACF; }
a { background-color: rgb(92,202,207); }
div.DivClassName
{
background-color: #5CCACF;
}
.BgClassName
{
background-color: #5CCACF;
}
</style>
border-color css
<style>
span { border-color: #5CCACF; }
span { border-color: rgb(92,202,207); }
td.TdClassName
{
border-color: #5CCACF;
}
.TagClassName
{
border-color: #5CCACF;
}
</style>