Shades of Turquoise #37FDDD
Tints of Turquoise #37FDDD
RGB
CMYK
RGB Variations
Color information
#37FDDD (or 0x37FDDD) is known color: Turquoise. HEX triplet: 37, FD and DD. RGB value is (55,253,221). Sum of RGB (Red+Green+Blue) = 55+253+221=529 (70% of max value = 765). Red value is 55 (21.88% from 255 or 10.40% from 529); Green value is 253 (99.22% from 255 or 47.83% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 253 - color contains mainly: green. Hex color #37FDDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FDDD is #C80222. Grayscale: #BEBEBE. Windows color (decimal): -13107747 or 14548279. OLE color: 14548279.
HSL color Cylindrical-coordinate representation of color #37FDDD: hue angle of 170.3º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37FDDD is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 55 | 253 | 221 | - |
| CMYK | 0.78 | 0 | 0.13 | 0.01 |
| HSL | 170.3º | 0.98% | 0.6% | - |
| HSV(B) | 170.3º | 0.78% | 0.99% | - |
| XYZ | 49.75 | 76.28 | 80.51 | - |
| YUV | 190.15 | 145.4 | 31.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 253 | 221 | 0.78 | 0 | 0.13 | 0.01 | 170.3 | 0.98 | 0.6 |
| Hex | 37 | FD | DD | 4E | 0 | D | 1 | AA | 62 | 3C |
| Octal | 67 | 375 | 335 | 116 | 0 | 15 | 1 | 252 | 142 | 74 |
| Binary | 110111 | 11111101 | 11011101 | 1001110 | 0 | 1101 | 1 | 10101010 | 1100010 | 111100 |
Color Harmonies of #37FDDD
Complementary color
Monochromatic Colors of #37FDDD
Black with #37FDDD
Text Example
Text Example
White with #37FDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FDDD; }
p { color: rgb(55,253,221); }
H1.HeaderClassName
{
color: #37FDDD;
}
.AnyTagClassName
{
color: #37FDDD;
}
</style>
background-color css
<style>
a { background-color: #37FDDD; }
a { background-color: rgb(55,253,221); }
div.DivClassName
{
background-color: #37FDDD;
}
.BgClassName
{
background-color: #37FDDD;
}
</style>
border-color css
<style>
span { border-color: #37FDDD; }
span { border-color: rgb(55,253,221); }
td.TdClassName
{
border-color: #37FDDD;
}
.TagClassName
{
border-color: #37FDDD;
}
</style>