Shades of Turquoise #37FBED
Tints of Turquoise #37FBED
RGB
CMYK
RGB Variations
Color information
#37FBED (or 0x37FBED) is known color: Turquoise. HEX triplet: 37, FB and ED. RGB value is (55,251,237). Sum of RGB (Red+Green+Blue) = 55+251+237=543 (71% of max value = 765). Red value is 55 (21.88% from 255 or 10.13% from 543); Green value is 251 (98.44% from 255 or 46.22% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 251 - color contains mainly: green. Hex color #37FBED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37FBED is #C80412. Grayscale: #BEBEBE. Windows color (decimal): -13108243 or 15596343. OLE color: 15596343.
HSL color Cylindrical-coordinate representation of color #37FBED: hue angle of 175.71º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37FBED is Cyan = 0.78, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 55 | 251 | 237 | - |
| CMYK | 0.78 | 0 | 0.06 | 0.02 |
| HSL | 175.71º | 0.96% | 0.6% | - |
| HSV(B) | 175.71º | 0.78% | 0.98% | - |
| XYZ | 51.36 | 75.92 | 92.07 | - |
| YUV | 190.8 | 154.07 | 31.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 251 | 237 | 0.78 | 0 | 0.06 | 0.02 | 175.71 | 0.96 | 0.6 |
| Hex | 37 | FB | ED | 4E | 0 | 6 | 2 | B0 | 60 | 3C |
| Octal | 67 | 373 | 355 | 116 | 0 | 6 | 2 | 260 | 140 | 74 |
| Binary | 110111 | 11111011 | 11101101 | 1001110 | 0 | 110 | 10 | 10110000 | 1100000 | 111100 |
Color Harmonies of #37FBED
Complementary color
Monochromatic Colors of #37FBED
Black with #37FBED
Text Example
Text Example
White with #37FBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FBED; }
p { color: rgb(55,251,237); }
H1.HeaderClassName
{
color: #37FBED;
}
.AnyTagClassName
{
color: #37FBED;
}
</style>
background-color css
<style>
a { background-color: #37FBED; }
a { background-color: rgb(55,251,237); }
div.DivClassName
{
background-color: #37FBED;
}
.BgClassName
{
background-color: #37FBED;
}
</style>
border-color css
<style>
span { border-color: #37FBED; }
span { border-color: rgb(55,251,237); }
td.TdClassName
{
border-color: #37FBED;
}
.TagClassName
{
border-color: #37FBED;
}
</style>