Shades of Turquoise #37DFB4
Tints of Turquoise #37DFB4
RGB
CMYK
RGB Variations
Color information
#37DFB4 (or 0x37DFB4) is known color: Turquoise. HEX triplet: 37, DF and B4. RGB value is (55,223,180). Sum of RGB (Red+Green+Blue) = 55+223+180=458 (60% of max value = 765). Red value is 55 (21.88% from 255 or 12.01% from 458); Green value is 223 (87.5% from 255 or 48.69% from 458); Blue value is 180 (70.70% from 255 or 39.30% from 458); Max value from RGB is 223 - color contains mainly: green. Hex color #37DFB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DFB4 is #C8204B. Grayscale: #A7A7A7. Windows color (decimal): -13115468 or 11853623. OLE color: 11853623.
HSL color Cylindrical-coordinate representation of color #37DFB4: hue angle of 164.64º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37DFB4 is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 223 | 180 | - |
| CMYK | 0.75 | 0 | 0.19 | 0.13 |
| HSL | 164.64º | 0.72% | 0.55% | - |
| HSV(B) | 164.64º | 0.75% | 0.87% | - |
| XYZ | 36.2 | 56.88 | 52.25 | - |
| YUV | 167.87 | 134.84 | 47.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 223 | 180 | 0.75 | 0 | 0.19 | 0.13 | 164.64 | 0.72 | 0.55 |
| Hex | 37 | DF | B4 | 4B | 0 | 13 | D | A5 | 48 | 37 |
| Octal | 67 | 337 | 264 | 113 | 0 | 23 | 15 | 245 | 110 | 67 |
| Binary | 110111 | 11011111 | 10110100 | 1001011 | 0 | 10011 | 1101 | 10100101 | 1001000 | 110111 |
Color Harmonies of #37DFB4
Complementary color
Monochromatic Colors of #37DFB4
Black with #37DFB4
Text Example
Text Example
White with #37DFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DFB4; }
p { color: rgb(55,223,180); }
H1.HeaderClassName
{
color: #37DFB4;
}
.AnyTagClassName
{
color: #37DFB4;
}
</style>
background-color css
<style>
a { background-color: #37DFB4; }
a { background-color: rgb(55,223,180); }
div.DivClassName
{
background-color: #37DFB4;
}
.BgClassName
{
background-color: #37DFB4;
}
</style>
border-color css
<style>
span { border-color: #37DFB4; }
span { border-color: rgb(55,223,180); }
td.TdClassName
{
border-color: #37DFB4;
}
.TagClassName
{
border-color: #37DFB4;
}
</style>