Shades of Turquoise #37FDFB
Tints of Turquoise #37FDFB
RGB
CMYK
RGB Variations
Color information
#37FDFB (or 0x37FDFB) is known color: Turquoise. HEX triplet: 37, FD and FB. RGB value is (55,253,251). Sum of RGB (Red+Green+Blue) = 55+253+251=559 (74% of max value = 765). Red value is 55 (21.88% from 255 or 9.84% from 559); Green value is 253 (99.22% from 255 or 45.26% from 559); Blue value is 251 (98.44% from 255 or 44.90% from 559); Max value from RGB is 253 - color contains mainly: green. Hex color #37FDFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37FDFB is #C80204. Grayscale: #C1C1C1. Windows color (decimal): -13107717 or 16514359. OLE color: 16514359.
HSL color Cylindrical-coordinate representation of color #37FDFB: hue angle of 179.39º 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 #37FDFB is Cyan = 0.78, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 55 | 253 | 251 | - |
| CMYK | 0.78 | 0 | 0.01 | 0.01 |
| HSL | 179.39º | 0.98% | 0.6% | - |
| HSV(B) | 179.39º | 0.78% | 0.99% | - |
| XYZ | 54.11 | 78.03 | 103.48 | - |
| YUV | 193.57 | 160.4 | 29.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 253 | 251 | 0.78 | 0 | 0.01 | 0.01 | 179.39 | 0.98 | 0.6 |
| Hex | 37 | FD | FB | 4E | 0 | 1 | 1 | B3 | 62 | 3C |
| Octal | 67 | 375 | 373 | 116 | 0 | 1 | 1 | 263 | 142 | 74 |
| Binary | 110111 | 11111101 | 11111011 | 1001110 | 0 | 1 | 1 | 10110011 | 1100010 | 111100 |
Color Harmonies of #37FDFB
Complementary color
Monochromatic Colors of #37FDFB
Black with #37FDFB
Text Example
Text Example
White with #37FDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FDFB; }
p { color: rgb(55,253,251); }
H1.HeaderClassName
{
color: #37FDFB;
}
.AnyTagClassName
{
color: #37FDFB;
}
</style>
background-color css
<style>
a { background-color: #37FDFB; }
a { background-color: rgb(55,253,251); }
div.DivClassName
{
background-color: #37FDFB;
}
.BgClassName
{
background-color: #37FDFB;
}
</style>
border-color css
<style>
span { border-color: #37FDFB; }
span { border-color: rgb(55,253,251); }
td.TdClassName
{
border-color: #37FDFB;
}
.TagClassName
{
border-color: #37FDFB;
}
</style>