Shades of Medium Turquoise #37BFC3
Tints of Medium Turquoise #37BFC3
RGB
CMYK
RGB Variations
Color information
#37BFC3 (or 0x37BFC3) is known color: Medium Turquoise. HEX triplet: 37, BF and C3. RGB value is (55,191,195). Sum of RGB (Red+Green+Blue) = 55+191+195=441 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.47% from 441); Green value is 191 (75% from 255 or 43.31% from 441); Blue value is 195 (76.56% from 255 or 44.22% from 441); Max value from RGB is 195 - color contains mainly: blue. Hex color #37BFC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37BFC3 is #C8403C. Grayscale: #969696. Windows color (decimal): -13123645 or 12828471. OLE color: 12828471.
HSL color Cylindrical-coordinate representation of color #37BFC3: hue angle of 181.71º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #37BFC3 is Cyan = 0.72, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 55 | 191 | 195 | - |
| CMYK | 0.72 | 0.02 | 0 | 0.24 |
| HSL | 181.71º | 0.56% | 0.49% | - |
| HSV(B) | 181.71º | 0.72% | 0.76% | - |
| XYZ | 30.06 | 42.01 | 58.16 | - |
| YUV | 150.79 | 152.94 | 59.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 191 | 195 | 0.72 | 0.02 | 0 | 0.24 | 181.71 | 0.56 | 0.49 |
| Hex | 37 | BF | C3 | 48 | 2 | 0 | 18 | B6 | 38 | 31 |
| Octal | 67 | 277 | 303 | 110 | 2 | 0 | 30 | 266 | 70 | 61 |
| Binary | 110111 | 10111111 | 11000011 | 1001000 | 10 | 0 | 11000 | 10110110 | 111000 | 110001 |
Color Harmonies of #37BFC3
Complementary color
Monochromatic Colors of #37BFC3
Black with #37BFC3
Text Example
Text Example
White with #37BFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37BFC3; }
p { color: rgb(55,191,195); }
H1.HeaderClassName
{
color: #37BFC3;
}
.AnyTagClassName
{
color: #37BFC3;
}
</style>
background-color css
<style>
a { background-color: #37BFC3; }
a { background-color: rgb(55,191,195); }
div.DivClassName
{
background-color: #37BFC3;
}
.BgClassName
{
background-color: #37BFC3;
}
</style>
border-color css
<style>
span { border-color: #37BFC3; }
span { border-color: rgb(55,191,195); }
td.TdClassName
{
border-color: #37BFC3;
}
.TagClassName
{
border-color: #37BFC3;
}
</style>