Shades of Medium Turquoise #37BFC9
Tints of Medium Turquoise #37BFC9
RGB
CMYK
RGB Variations
Color information
#37BFC9 (or 0x37BFC9) is known color: Medium Turquoise. HEX triplet: 37, BF and C9. RGB value is (55,191,201). Sum of RGB (Red+Green+Blue) = 55+191+201=447 (59% of max value = 765). Red value is 55 (21.88% from 255 or 12.30% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 201 (78.91% from 255 or 44.97% from 447); Max value from RGB is 201 - color contains mainly: blue. Hex color #37BFC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37BFC9 is #C84036. Grayscale: #979797. Windows color (decimal): -13123639 or 13221687. OLE color: 13221687.
HSL color Cylindrical-coordinate representation of color #37BFC9: hue angle of 184.11º degrees, saturation: 0.57, 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 #37BFC9 is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 55 | 191 | 201 | - |
| CMYK | 0.73 | 0.05 | 0 | 0.21 |
| HSL | 184.11º | 0.57% | 0.5% | - |
| HSV(B) | 184.11º | 0.73% | 0.79% | - |
| XYZ | 30.75 | 42.29 | 61.8 | - |
| YUV | 151.48 | 155.94 | 59.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 191 | 201 | 0.73 | 0.05 | 0 | 0.21 | 184.11 | 0.57 | 0.5 |
| Hex | 37 | BF | C9 | 49 | 5 | 0 | 15 | B8 | 39 | 32 |
| Octal | 67 | 277 | 311 | 111 | 5 | 0 | 25 | 270 | 71 | 62 |
| Binary | 110111 | 10111111 | 11001001 | 1001001 | 101 | 0 | 10101 | 10111000 | 111001 | 110010 |
Color Harmonies of #37BFC9
Complementary color
Monochromatic Colors of #37BFC9
Black with #37BFC9
Text Example
Text Example
White with #37BFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37BFC9; }
p { color: rgb(55,191,201); }
H1.HeaderClassName
{
color: #37BFC9;
}
.AnyTagClassName
{
color: #37BFC9;
}
</style>
background-color css
<style>
a { background-color: #37BFC9; }
a { background-color: rgb(55,191,201); }
div.DivClassName
{
background-color: #37BFC9;
}
.BgClassName
{
background-color: #37BFC9;
}
</style>
border-color css
<style>
span { border-color: #37BFC9; }
span { border-color: rgb(55,191,201); }
td.TdClassName
{
border-color: #37BFC9;
}
.TagClassName
{
border-color: #37BFC9;
}
</style>