Shades of Medium Turquoise #37CFCB
Tints of Medium Turquoise #37CFCB
RGB
CMYK
RGB Variations
Color information
#37CFCB (or 0x37CFCB) is known color: Medium Turquoise. HEX triplet: 37, CF and CB. RGB value is (55,207,203). Sum of RGB (Red+Green+Blue) = 55+207+203=465 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.83% from 465); Green value is 207 (81.25% from 255 or 44.52% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 207 - color contains mainly: green. Hex color #37CFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CFCB is #C83034. Grayscale: #A0A0A0. Windows color (decimal): -13119541 or 13356855. OLE color: 13356855.
HSL color Cylindrical-coordinate representation of color #37CFCB: hue angle of 178.42º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37CFCB is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 207 | 203 | - |
| CMYK | 0.73 | 0 | 0.02 | 0.19 |
| HSL | 178.42º | 0.61% | 0.51% | - |
| HSV(B) | 178.42º | 0.73% | 0.81% | - |
| XYZ | 34.67 | 49.75 | 64.28 | - |
| YUV | 161.1 | 151.64 | 52.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 207 | 203 | 0.73 | 0 | 0.02 | 0.19 | 178.42 | 0.61 | 0.51 |
| Hex | 37 | CF | CB | 49 | 0 | 2 | 13 | B2 | 3D | 33 |
| Octal | 67 | 317 | 313 | 111 | 0 | 2 | 23 | 262 | 75 | 63 |
| Binary | 110111 | 11001111 | 11001011 | 1001001 | 0 | 10 | 10011 | 10110010 | 111101 | 110011 |
Color Harmonies of #37CFCB
Complementary color
Monochromatic Colors of #37CFCB
Black with #37CFCB
Text Example
Text Example
White with #37CFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CFCB; }
p { color: rgb(55,207,203); }
H1.HeaderClassName
{
color: #37CFCB;
}
.AnyTagClassName
{
color: #37CFCB;
}
</style>
background-color css
<style>
a { background-color: #37CFCB; }
a { background-color: rgb(55,207,203); }
div.DivClassName
{
background-color: #37CFCB;
}
.BgClassName
{
background-color: #37CFCB;
}
</style>
border-color css
<style>
span { border-color: #37CFCB; }
span { border-color: rgb(55,207,203); }
td.TdClassName
{
border-color: #37CFCB;
}
.TagClassName
{
border-color: #37CFCB;
}
</style>