Shades of Turquoise #37DFDD
Tints of Turquoise #37DFDD
RGB
CMYK
RGB Variations
Color information
#37DFDD (or 0x37DFDD) is known color: Turquoise. HEX triplet: 37, DF and DD. RGB value is (55,223,221). Sum of RGB (Red+Green+Blue) = 55+223+221=499 (66% of max value = 765). Red value is 55 (21.88% from 255 or 11.02% from 499); Green value is 223 (87.5% from 255 or 44.69% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 223 - color contains mainly: green. Hex color #37DFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DFDD is #C82022. Grayscale: #ACACAC. Windows color (decimal): -13115427 or 14540599. OLE color: 14540599.
HSL color Cylindrical-coordinate representation of color #37DFDD: hue angle of 179.29º 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 #37DFDD is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 223 | 221 | - |
| CMYK | 0.75 | 0 | 0.01 | 0.13 |
| HSL | 179.29º | 0.72% | 0.55% | - |
| HSV(B) | 179.29º | 0.75% | 0.87% | - |
| XYZ | 41.01 | 58.81 | 77.6 | - |
| YUV | 172.54 | 155.34 | 44.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 223 | 221 | 0.75 | 0 | 0.01 | 0.13 | 179.29 | 0.72 | 0.55 |
| Hex | 37 | DF | DD | 4B | 0 | 1 | D | B3 | 48 | 37 |
| Octal | 67 | 337 | 335 | 113 | 0 | 1 | 15 | 263 | 110 | 67 |
| Binary | 110111 | 11011111 | 11011101 | 1001011 | 0 | 1 | 1101 | 10110011 | 1001000 | 110111 |
Color Harmonies of #37DFDD
Complementary color
Monochromatic Colors of #37DFDD
Black with #37DFDD
Text Example
Text Example
White with #37DFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DFDD; }
p { color: rgb(55,223,221); }
H1.HeaderClassName
{
color: #37DFDD;
}
.AnyTagClassName
{
color: #37DFDD;
}
</style>
background-color css
<style>
a { background-color: #37DFDD; }
a { background-color: rgb(55,223,221); }
div.DivClassName
{
background-color: #37DFDD;
}
.BgClassName
{
background-color: #37DFDD;
}
</style>
border-color css
<style>
span { border-color: #37DFDD; }
span { border-color: rgb(55,223,221); }
td.TdClassName
{
border-color: #37DFDD;
}
.TagClassName
{
border-color: #37DFDD;
}
</style>