Shades of Turquoise #37DDF4
Tints of Turquoise #37DDF4
RGB
CMYK
RGB Variations
Color information
#37DDF4 (or 0x37DDF4) is known color: Turquoise. HEX triplet: 37, DD and F4. RGB value is (55,221,244). Sum of RGB (Red+Green+Blue) = 55+221+244=520 (68% of max value = 765). Red value is 55 (21.88% from 255 or 10.58% from 520); Green value is 221 (86.72% from 255 or 42.5% from 520); Blue value is 244 (95.70% from 255 or 46.92% from 520); Max value from RGB is 244 - color contains mainly: blue. Hex color #37DDF4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #37DDF4 is #C8220B. Grayscale: #ADADAD. Windows color (decimal): -13115916 or 16047415. OLE color: 16047415.
HSL color Cylindrical-coordinate representation of color #37DDF4: hue angle of 187.3º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37DDF4 is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 55 | 221 | 244 | - |
| CMYK | 0.77 | 0.09 | 0 | 0.04 |
| HSL | 187.3º | 0.9% | 0.59% | - |
| HSV(B) | 187.3º | 0.77% | 0.96% | - |
| XYZ | 43.76 | 59.06 | 94.68 | - |
| YUV | 173.99 | 167.5 | 43.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 221 | 244 | 0.77 | 0.09 | 0 | 0.04 | 187.3 | 0.9 | 0.59 |
| Hex | 37 | DD | F4 | 4D | 9 | 0 | 4 | BB | 5A | 3B |
| Octal | 67 | 335 | 364 | 115 | 11 | 0 | 4 | 273 | 132 | 73 |
| Binary | 110111 | 11011101 | 11110100 | 1001101 | 1001 | 0 | 100 | 10111011 | 1011010 | 111011 |
Color Harmonies of #37DDF4
Complementary color
Monochromatic Colors of #37DDF4
Black with #37DDF4
Text Example
Text Example
White with #37DDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DDF4; }
p { color: rgb(55,221,244); }
H1.HeaderClassName
{
color: #37DDF4;
}
.AnyTagClassName
{
color: #37DDF4;
}
</style>
background-color css
<style>
a { background-color: #37DDF4; }
a { background-color: rgb(55,221,244); }
div.DivClassName
{
background-color: #37DDF4;
}
.BgClassName
{
background-color: #37DDF4;
}
</style>
border-color css
<style>
span { border-color: #37DDF4; }
span { border-color: rgb(55,221,244); }
td.TdClassName
{
border-color: #37DDF4;
}
.TagClassName
{
border-color: #37DDF4;
}
</style>