Shades of Turquoise #37FDDF
Tints of Turquoise #37FDDF
RGB
CMYK
RGB Variations
Color information
#37FDDF (or 0x37FDDF) is known color: Turquoise. HEX triplet: 37, FD and DF. RGB value is (55,253,223). Sum of RGB (Red+Green+Blue) = 55+253+223=531 (70% of max value = 765). Red value is 55 (21.88% from 255 or 10.36% from 531); Green value is 253 (99.22% from 255 or 47.65% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 253 - color contains mainly: green. Hex color #37FDDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FDDF is #C80220. Grayscale: #BEBEBE. Windows color (decimal): -13107745 or 14679351. OLE color: 14679351.
HSL color Cylindrical-coordinate representation of color #37FDDF: hue angle of 170.91º 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 #37FDDF is Cyan = 0.78, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 55 | 253 | 223 | - |
| CMYK | 0.78 | 0 | 0.12 | 0.01 |
| HSL | 170.91º | 0.98% | 0.6% | - |
| HSV(B) | 170.91º | 0.78% | 0.99% | - |
| XYZ | 50.02 | 76.39 | 81.92 | - |
| YUV | 190.38 | 146.4 | 31.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 253 | 223 | 0.78 | 0 | 0.12 | 0.01 | 170.91 | 0.98 | 0.6 |
| Hex | 37 | FD | DF | 4E | 0 | C | 1 | AB | 62 | 3C |
| Octal | 67 | 375 | 337 | 116 | 0 | 14 | 1 | 253 | 142 | 74 |
| Binary | 110111 | 11111101 | 11011111 | 1001110 | 0 | 1100 | 1 | 10101011 | 1100010 | 111100 |
Color Harmonies of #37FDDF
Complementary color
Monochromatic Colors of #37FDDF
Black with #37FDDF
Text Example
Text Example
White with #37FDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FDDF; }
p { color: rgb(55,253,223); }
H1.HeaderClassName
{
color: #37FDDF;
}
.AnyTagClassName
{
color: #37FDDF;
}
</style>
background-color css
<style>
a { background-color: #37FDDF; }
a { background-color: rgb(55,253,223); }
div.DivClassName
{
background-color: #37FDDF;
}
.BgClassName
{
background-color: #37FDDF;
}
</style>
border-color css
<style>
span { border-color: #37FDDF; }
span { border-color: rgb(55,253,223); }
td.TdClassName
{
border-color: #37FDDF;
}
.TagClassName
{
border-color: #37FDDF;
}
</style>