Shades of Turquoise #37EFFF
Tints of Turquoise #37EFFF
RGB
CMYK
RGB Variations
Color information
#37EFFF (or 0x37EFFF) is known color: Turquoise. HEX triplet: 37, EF and FF. RGB value is (55,239,255). Sum of RGB (Red+Green+Blue) = 55+239+255=549 (72% of max value = 765). Red value is 55 (21.88% from 255 or 10.02% from 549); Green value is 239 (93.75% from 255 or 43.53% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #37EFFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37EFFF is #C81000. Grayscale: #B9B9B9. Windows color (decimal): -13111297 or 16772919. OLE color: 16772919.
HSL color Cylindrical-coordinate representation of color #37EFFF: hue angle of 184.8º 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 #37EFFF is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 55 | 239 | 255 | - |
| CMYK | 0.78 | 0.06 | 0 | 0 |
| HSL | 184.8º | 1% | 0.61% | - |
| HSV(B) | 184.8º | 0.78% | 1% | - |
| XYZ | 50.49 | 69.77 | 105.41 | - |
| YUV | 185.81 | 167.04 | 34.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 239 | 255 | 0.78 | 0.06 | 0 | 0 | 184.8 | 1 | 0.61 |
| Hex | 37 | EF | FF | 4E | 6 | 0 | 0 | B9 | 64 | 3D |
| Octal | 67 | 357 | 377 | 116 | 6 | 0 | 0 | 271 | 144 | 75 |
| Binary | 110111 | 11101111 | 11111111 | 1001110 | 110 | 0 | 0 | 10111001 | 1100100 | 111101 |
Color Harmonies of #37EFFF
Complementary color
Monochromatic Colors of #37EFFF
Black with #37EFFF
Text Example
Text Example
White with #37EFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37EFFF; }
p { color: rgb(55,239,255); }
H1.HeaderClassName
{
color: #37EFFF;
}
.AnyTagClassName
{
color: #37EFFF;
}
</style>
background-color css
<style>
a { background-color: #37EFFF; }
a { background-color: rgb(55,239,255); }
div.DivClassName
{
background-color: #37EFFF;
}
.BgClassName
{
background-color: #37EFFF;
}
</style>
border-color css
<style>
span { border-color: #37EFFF; }
span { border-color: rgb(55,239,255); }
td.TdClassName
{
border-color: #37EFFF;
}
.TagClassName
{
border-color: #37EFFF;
}
</style>