Shades of Turquoise #37EEF3
Tints of Turquoise #37EEF3
RGB
CMYK
RGB Variations
Color information
#37EEF3 (or 0x37EEF3) is known color: Turquoise. HEX triplet: 37, EE and F3. RGB value is (55,238,243). Sum of RGB (Red+Green+Blue) = 55+238+243=536 (70% of max value = 765). Red value is 55 (21.88% from 255 or 10.26% from 536); Green value is 238 (93.36% from 255 or 44.40% from 536); Blue value is 243 (95.31% from 255 or 45.34% from 536); Max value from RGB is 243 - color contains mainly: blue. Hex color #37EEF3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37EEF3 is #C8110C. Grayscale: #B7B7B7. Windows color (decimal): -13111565 or 15986231. OLE color: 15986231.
HSL color Cylindrical-coordinate representation of color #37EEF3: hue angle of 181.6º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37EEF3 is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 55 | 238 | 243 | - |
| CMYK | 0.77 | 0.02 | 0 | 0.05 |
| HSL | 181.6º | 0.89% | 0.58% | - |
| HSV(B) | 181.6º | 0.77% | 0.95% | - |
| XYZ | 48.33 | 68.43 | 95.46 | - |
| YUV | 183.85 | 161.37 | 36.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 238 | 243 | 0.77 | 0.02 | 0 | 0.05 | 181.6 | 0.89 | 0.58 |
| Hex | 37 | EE | F3 | 4D | 2 | 0 | 5 | B6 | 59 | 3A |
| Octal | 67 | 356 | 363 | 115 | 2 | 0 | 5 | 266 | 131 | 72 |
| Binary | 110111 | 11101110 | 11110011 | 1001101 | 10 | 0 | 101 | 10110110 | 1011001 | 111010 |
Color Harmonies of #37EEF3
Complementary color
Monochromatic Colors of #37EEF3
Black with #37EEF3
Text Example
Text Example
White with #37EEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37EEF3; }
p { color: rgb(55,238,243); }
H1.HeaderClassName
{
color: #37EEF3;
}
.AnyTagClassName
{
color: #37EEF3;
}
</style>
background-color css
<style>
a { background-color: #37EEF3; }
a { background-color: rgb(55,238,243); }
div.DivClassName
{
background-color: #37EEF3;
}
.BgClassName
{
background-color: #37EEF3;
}
</style>
border-color css
<style>
span { border-color: #37EEF3; }
span { border-color: rgb(55,238,243); }
td.TdClassName
{
border-color: #37EEF3;
}
.TagClassName
{
border-color: #37EEF3;
}
</style>