Shades of Medium Turquoise #37CAB8
Tints of Medium Turquoise #37CAB8
RGB
CMYK
RGB Variations
Color information
#37CAB8 (or 0x37CAB8) is known color: Medium Turquoise. HEX triplet: 37, CA and B8. RGB value is (55,202,184). Sum of RGB (Red+Green+Blue) = 55+202+184=441 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.47% from 441); Green value is 202 (79.30% from 255 or 45.80% from 441); Blue value is 184 (72.27% from 255 or 41.72% from 441); Max value from RGB is 202 - color contains mainly: green. Hex color #37CAB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CAB8 is #C83547. Grayscale: #9B9B9B. Windows color (decimal): -13120840 or 12110391. OLE color: 12110391.
HSL color Cylindrical-coordinate representation of color #37CAB8: hue angle of 172.65º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37CAB8 is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 55 | 202 | 184 | - |
| CMYK | 0.73 | 0 | 0.09 | 0.21 |
| HSL | 172.65º | 0.58% | 0.5% | - |
| HSV(B) | 172.65º | 0.73% | 0.79% | - |
| XYZ | 31.35 | 46.51 | 52.67 | - |
| YUV | 156 | 143.8 | 55.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 202 | 184 | 0.73 | 0 | 0.09 | 0.21 | 172.65 | 0.58 | 0.5 |
| Hex | 37 | CA | B8 | 49 | 0 | 9 | 15 | AD | 3A | 32 |
| Octal | 67 | 312 | 270 | 111 | 0 | 11 | 25 | 255 | 72 | 62 |
| Binary | 110111 | 11001010 | 10111000 | 1001001 | 0 | 1001 | 10101 | 10101101 | 111010 | 110010 |
Color Harmonies of #37CAB8
Complementary color
Monochromatic Colors of #37CAB8
Black with #37CAB8
Text Example
Text Example
White with #37CAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CAB8; }
p { color: rgb(55,202,184); }
H1.HeaderClassName
{
color: #37CAB8;
}
.AnyTagClassName
{
color: #37CAB8;
}
</style>
background-color css
<style>
a { background-color: #37CAB8; }
a { background-color: rgb(55,202,184); }
div.DivClassName
{
background-color: #37CAB8;
}
.BgClassName
{
background-color: #37CAB8;
}
</style>
border-color css
<style>
span { border-color: #37CAB8; }
span { border-color: rgb(55,202,184); }
td.TdClassName
{
border-color: #37CAB8;
}
.TagClassName
{
border-color: #37CAB8;
}
</style>