Shades of Turquoise #37E6EE
Tints of Turquoise #37E6EE
RGB
CMYK
RGB Variations
Color information
#37E6EE (or 0x37E6EE) is known color: Turquoise. HEX triplet: 37, E6 and EE. RGB value is (55,230,238). Sum of RGB (Red+Green+Blue) = 55+230+238=523 (69% of max value = 765). Red value is 55 (21.88% from 255 or 10.52% from 523); Green value is 230 (90.23% from 255 or 43.98% from 523); Blue value is 238 (93.36% from 255 or 45.51% from 523); Max value from RGB is 238 - color contains mainly: blue. Hex color #37E6EE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37E6EE is #C81911. Grayscale: #B2B2B2. Windows color (decimal): -13113618 or 15656503. OLE color: 15656503.
HSL color Cylindrical-coordinate representation of color #37E6EE: hue angle of 182.62º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37E6EE is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 230 | 238 | - |
| CMYK | 0.77 | 0.03 | 0 | 0.07 |
| HSL | 182.62º | 0.84% | 0.57% | - |
| HSV(B) | 182.62º | 0.77% | 0.93% | - |
| XYZ | 45.3 | 63.58 | 90.77 | - |
| YUV | 178.59 | 161.52 | 39.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 230 | 238 | 0.77 | 0.03 | 0 | 0.07 | 182.62 | 0.84 | 0.57 |
| Hex | 37 | E6 | EE | 4D | 3 | 0 | 7 | B7 | 54 | 39 |
| Octal | 67 | 346 | 356 | 115 | 3 | 0 | 7 | 267 | 124 | 71 |
| Binary | 110111 | 11100110 | 11101110 | 1001101 | 11 | 0 | 111 | 10110111 | 1010100 | 111001 |
Color Harmonies of #37E6EE
Complementary color
Monochromatic Colors of #37E6EE
Black with #37E6EE
Text Example
Text Example
White with #37E6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37E6EE; }
p { color: rgb(55,230,238); }
H1.HeaderClassName
{
color: #37E6EE;
}
.AnyTagClassName
{
color: #37E6EE;
}
</style>
background-color css
<style>
a { background-color: #37E6EE; }
a { background-color: rgb(55,230,238); }
div.DivClassName
{
background-color: #37E6EE;
}
.BgClassName
{
background-color: #37E6EE;
}
</style>
border-color css
<style>
span { border-color: #37E6EE; }
span { border-color: rgb(55,230,238); }
td.TdClassName
{
border-color: #37E6EE;
}
.TagClassName
{
border-color: #37E6EE;
}
</style>