Shades of Turquoise #37E8FF
Tints of Turquoise #37E8FF
RGB
CMYK
RGB Variations
Color information
#37E8FF (or 0x37E8FF) is known color: Turquoise. HEX triplet: 37, E8 and FF. RGB value is (55,232,255). Sum of RGB (Red+Green+Blue) = 55+232+255=542 (71% of max value = 765). Red value is 55 (21.88% from 255 or 10.15% from 542); Green value is 232 (91.02% from 255 or 42.80% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #37E8FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37E8FF is #C81700. Grayscale: #B5B5B5. Windows color (decimal): -13113089 or 16771127. OLE color: 16771127.
HSL color Cylindrical-coordinate representation of color #37E8FF: hue angle of 186.9º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37E8FF is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 55 | 232 | 255 | - |
| CMYK | 0.78 | 0.09 | 0 | 0 |
| HSL | 186.9º | 1% | 0.61% | - |
| HSV(B) | 186.9º | 0.78% | 1% | - |
| XYZ | 48.48 | 65.75 | 104.74 | - |
| YUV | 181.7 | 169.36 | 37.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 232 | 255 | 0.78 | 0.09 | 0 | 0 | 186.9 | 1 | 0.61 |
| Hex | 37 | E8 | FF | 4E | 9 | 0 | 0 | BB | 64 | 3D |
| Octal | 67 | 350 | 377 | 116 | 11 | 0 | 0 | 273 | 144 | 75 |
| Binary | 110111 | 11101000 | 11111111 | 1001110 | 1001 | 0 | 0 | 10111011 | 1100100 | 111101 |
Color Harmonies of #37E8FF
Complementary color
Monochromatic Colors of #37E8FF
Black with #37E8FF
Text Example
Text Example
White with #37E8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37E8FF; }
p { color: rgb(55,232,255); }
H1.HeaderClassName
{
color: #37E8FF;
}
.AnyTagClassName
{
color: #37E8FF;
}
</style>
background-color css
<style>
a { background-color: #37E8FF; }
a { background-color: rgb(55,232,255); }
div.DivClassName
{
background-color: #37E8FF;
}
.BgClassName
{
background-color: #37E8FF;
}
</style>
border-color css
<style>
span { border-color: #37E8FF; }
span { border-color: rgb(55,232,255); }
td.TdClassName
{
border-color: #37E8FF;
}
.TagClassName
{
border-color: #37E8FF;
}
</style>