Shades of Turquoise #37FBE8
Tints of Turquoise #37FBE8
RGB
CMYK
RGB Variations
Color information
#37FBE8 (or 0x37FBE8) is known color: Turquoise. HEX triplet: 37, FB and E8. RGB value is (55,251,232). Sum of RGB (Red+Green+Blue) = 55+251+232=538 (71% of max value = 765). Red value is 55 (21.88% from 255 or 10.22% from 538); Green value is 251 (98.44% from 255 or 46.65% from 538); Blue value is 232 (91.02% from 255 or 43.12% from 538); Max value from RGB is 251 - color contains mainly: green. Hex color #37FBE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37FBE8 is #C80417. Grayscale: #BEBEBE. Windows color (decimal): -13108248 or 15268663. OLE color: 15268663.
HSL color Cylindrical-coordinate representation of color #37FBE8: hue angle of 174.18º 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 #37FBE8 is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 55 | 251 | 232 | - |
| CMYK | 0.78 | 0 | 0.08 | 0.02 |
| HSL | 174.18º | 0.96% | 0.6% | - |
| HSV(B) | 174.18º | 0.78% | 0.98% | - |
| XYZ | 50.64 | 75.63 | 88.27 | - |
| YUV | 190.23 | 151.57 | 31.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 251 | 232 | 0.78 | 0 | 0.08 | 0.02 | 174.18 | 0.96 | 0.6 |
| Hex | 37 | FB | E8 | 4E | 0 | 8 | 2 | AE | 60 | 3C |
| Octal | 67 | 373 | 350 | 116 | 0 | 10 | 2 | 256 | 140 | 74 |
| Binary | 110111 | 11111011 | 11101000 | 1001110 | 0 | 1000 | 10 | 10101110 | 1100000 | 111100 |
Color Harmonies of #37FBE8
Complementary color
Monochromatic Colors of #37FBE8
Black with #37FBE8
Text Example
Text Example
White with #37FBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FBE8; }
p { color: rgb(55,251,232); }
H1.HeaderClassName
{
color: #37FBE8;
}
.AnyTagClassName
{
color: #37FBE8;
}
</style>
background-color css
<style>
a { background-color: #37FBE8; }
a { background-color: rgb(55,251,232); }
div.DivClassName
{
background-color: #37FBE8;
}
.BgClassName
{
background-color: #37FBE8;
}
</style>
border-color css
<style>
span { border-color: #37FBE8; }
span { border-color: rgb(55,251,232); }
td.TdClassName
{
border-color: #37FBE8;
}
.TagClassName
{
border-color: #37FBE8;
}
</style>