Shades of Medium Turquoise #37BFCC
Tints of Medium Turquoise #37BFCC
RGB
CMYK
RGB Variations
Color information
#37BFCC (or 0x37BFCC) is known color: Medium Turquoise. HEX triplet: 37, BF and CC. RGB value is (55,191,204). Sum of RGB (Red+Green+Blue) = 55+191+204=450 (59% of max value = 765). Red value is 55 (21.88% from 255 or 12.22% from 450); Green value is 191 (75% from 255 or 42.44% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #37BFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37BFCC is #C84033. Grayscale: #979797. Windows color (decimal): -13123636 or 13418295. OLE color: 13418295.
HSL color Cylindrical-coordinate representation of color #37BFCC: hue angle of 185.23º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37BFCC is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 55 | 191 | 204 | - |
| CMYK | 0.73 | 0.06 | 0 | 0.2 |
| HSL | 185.23º | 0.59% | 0.51% | - |
| HSV(B) | 185.23º | 0.73% | 0.8% | - |
| XYZ | 31.11 | 42.43 | 63.68 | - |
| YUV | 151.82 | 157.44 | 58.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 191 | 204 | 0.73 | 0.06 | 0 | 0.2 | 185.23 | 0.59 | 0.51 |
| Hex | 37 | BF | CC | 49 | 6 | 0 | 14 | B9 | 3B | 33 |
| Octal | 67 | 277 | 314 | 111 | 6 | 0 | 24 | 271 | 73 | 63 |
| Binary | 110111 | 10111111 | 11001100 | 1001001 | 110 | 0 | 10100 | 10111001 | 111011 | 110011 |
Color Harmonies of #37BFCC
Complementary color
Monochromatic Colors of #37BFCC
Black with #37BFCC
Text Example
Text Example
White with #37BFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37BFCC; }
p { color: rgb(55,191,204); }
H1.HeaderClassName
{
color: #37BFCC;
}
.AnyTagClassName
{
color: #37BFCC;
}
</style>
background-color css
<style>
a { background-color: #37BFCC; }
a { background-color: rgb(55,191,204); }
div.DivClassName
{
background-color: #37BFCC;
}
.BgClassName
{
background-color: #37BFCC;
}
</style>
border-color css
<style>
span { border-color: #37BFCC; }
span { border-color: rgb(55,191,204); }
td.TdClassName
{
border-color: #37BFCC;
}
.TagClassName
{
border-color: #37BFCC;
}
</style>