Shades of Turquoise #37EFF4
Tints of Turquoise #37EFF4
RGB
CMYK
RGB Variations
Color information
#37EFF4 (or 0x37EFF4) is known color: Turquoise. HEX triplet: 37, EF and F4. RGB value is (55,239,244). Sum of RGB (Red+Green+Blue) = 55+239+244=538 (71% of max value = 765). Red value is 55 (21.88% from 255 or 10.22% from 538); Green value is 239 (93.75% from 255 or 44.42% from 538); Blue value is 244 (95.70% from 255 or 45.35% from 538); Max value from RGB is 244 - color contains mainly: blue. Hex color #37EFF4 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37EFF4 is #C8100B. Grayscale: #B8B8B8. Windows color (decimal): -13111308 or 16052023. OLE color: 16052023.
HSL color Cylindrical-coordinate representation of color #37EFF4: hue angle of 181.59º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37EFF4 is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 55 | 239 | 244 | - |
| CMYK | 0.77 | 0.02 | 0 | 0.04 |
| HSL | 181.59º | 0.9% | 0.59% | - |
| HSV(B) | 181.59º | 0.77% | 0.96% | - |
| XYZ | 48.77 | 69.08 | 96.35 | - |
| YUV | 184.55 | 161.54 | 35.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 239 | 244 | 0.77 | 0.02 | 0 | 0.04 | 181.59 | 0.9 | 0.59 |
| Hex | 37 | EF | F4 | 4D | 2 | 0 | 4 | B6 | 5A | 3B |
| Octal | 67 | 357 | 364 | 115 | 2 | 0 | 4 | 266 | 132 | 73 |
| Binary | 110111 | 11101111 | 11110100 | 1001101 | 10 | 0 | 100 | 10110110 | 1011010 | 111011 |
Color Harmonies of #37EFF4
Complementary color
Monochromatic Colors of #37EFF4
Black with #37EFF4
Text Example
Text Example
White with #37EFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37EFF4; }
p { color: rgb(55,239,244); }
H1.HeaderClassName
{
color: #37EFF4;
}
.AnyTagClassName
{
color: #37EFF4;
}
</style>
background-color css
<style>
a { background-color: #37EFF4; }
a { background-color: rgb(55,239,244); }
div.DivClassName
{
background-color: #37EFF4;
}
.BgClassName
{
background-color: #37EFF4;
}
</style>
border-color css
<style>
span { border-color: #37EFF4; }
span { border-color: rgb(55,239,244); }
td.TdClassName
{
border-color: #37EFF4;
}
.TagClassName
{
border-color: #37EFF4;
}
</style>