Shades of Turquoise #37E4FF
Tints of Turquoise #37E4FF
RGB
CMYK
RGB Variations
Color information
#37E4FF (or 0x37E4FF) is known color: Turquoise. HEX triplet: 37, E4 and FF. RGB value is (55,228,255). Sum of RGB (Red+Green+Blue) = 55+228+255=538 (71% of max value = 765). Red value is 55 (21.88% from 255 or 10.22% from 538); Green value is 228 (89.45% from 255 or 42.38% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #37E4FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #37E4FF is #C81B00. Grayscale: #B3B3B3. Windows color (decimal): -13114113 or 16770103. OLE color: 16770103.
HSL color Cylindrical-coordinate representation of color #37E4FF: hue angle of 188.1º 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 #37E4FF is Cyan = 0.78, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 55 | 228 | 255 | - |
| CMYK | 0.78 | 0.11 | 0 | 0 |
| HSL | 188.1º | 1% | 0.61% | - |
| HSV(B) | 188.1º | 0.78% | 1% | - |
| XYZ | 47.37 | 63.52 | 104.37 | - |
| YUV | 179.35 | 170.69 | 39.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 228 | 255 | 0.78 | 0.11 | 0 | 0 | 188.1 | 1 | 0.61 |
| Hex | 37 | E4 | FF | 4E | B | 0 | 0 | BC | 64 | 3D |
| Octal | 67 | 344 | 377 | 116 | 13 | 0 | 0 | 274 | 144 | 75 |
| Binary | 110111 | 11100100 | 11111111 | 1001110 | 1011 | 0 | 0 | 10111100 | 1100100 | 111101 |
Color Harmonies of #37E4FF
Complementary color
Monochromatic Colors of #37E4FF
Black with #37E4FF
Text Example
Text Example
White with #37E4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37E4FF; }
p { color: rgb(55,228,255); }
H1.HeaderClassName
{
color: #37E4FF;
}
.AnyTagClassName
{
color: #37E4FF;
}
</style>
background-color css
<style>
a { background-color: #37E4FF; }
a { background-color: rgb(55,228,255); }
div.DivClassName
{
background-color: #37E4FF;
}
.BgClassName
{
background-color: #37E4FF;
}
</style>
border-color css
<style>
span { border-color: #37E4FF; }
span { border-color: rgb(55,228,255); }
td.TdClassName
{
border-color: #37E4FF;
}
.TagClassName
{
border-color: #37E4FF;
}
</style>