Shades of Turquoise #37DEDD
Tints of Turquoise #37DEDD
RGB
CMYK
RGB Variations
Color information
#37DEDD (or 0x37DEDD) is known color: Turquoise. HEX triplet: 37, DE and DD. RGB value is (55,222,221). Sum of RGB (Red+Green+Blue) = 55+222+221=498 (65% of max value = 765). Red value is 55 (21.88% from 255 or 11.04% from 498); Green value is 222 (87.11% from 255 or 44.58% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 222 - color contains mainly: green. Hex color #37DEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DEDD is #C82122. Grayscale: #ABABAB. Windows color (decimal): -13115683 or 14540343. OLE color: 14540343.
HSL color Cylindrical-coordinate representation of color #37DEDD: hue angle of 179.64º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37DEDD is Cyan = 0.75, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 222 | 221 | - |
| CMYK | 0.75 | 0 | 0.00 | 0.13 |
| HSL | 179.64º | 0.72% | 0.54% | - |
| HSV(B) | 179.64º | 0.75% | 0.87% | - |
| XYZ | 40.75 | 58.28 | 77.51 | - |
| YUV | 171.95 | 155.67 | 44.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 222 | 221 | 0.75 | 0 | 0.00 | 0.13 | 179.64 | 0.72 | 0.54 |
| Hex | 37 | DE | DD | 4B | 0 | 0 | D | B4 | 48 | 36 |
| Octal | 67 | 336 | 335 | 113 | 0 | 0 | 15 | 264 | 110 | 66 |
| Binary | 110111 | 11011110 | 11011101 | 1001011 | 0 | 0 | 1101 | 10110100 | 1001000 | 110110 |
Color Harmonies of #37DEDD
Complementary color
Monochromatic Colors of #37DEDD
Black with #37DEDD
Text Example
Text Example
White with #37DEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DEDD; }
p { color: rgb(55,222,221); }
H1.HeaderClassName
{
color: #37DEDD;
}
.AnyTagClassName
{
color: #37DEDD;
}
</style>
background-color css
<style>
a { background-color: #37DEDD; }
a { background-color: rgb(55,222,221); }
div.DivClassName
{
background-color: #37DEDD;
}
.BgClassName
{
background-color: #37DEDD;
}
</style>
border-color css
<style>
span { border-color: #37DEDD; }
span { border-color: rgb(55,222,221); }
td.TdClassName
{
border-color: #37DEDD;
}
.TagClassName
{
border-color: #37DEDD;
}
</style>