Shades of Turquoise #37EFF6
Tints of Turquoise #37EFF6
RGB
CMYK
RGB Variations
Color information
#37EFF6 (or 0x37EFF6) is known color: Turquoise. HEX triplet: 37, EF and F6. RGB value is (55,239,246). Sum of RGB (Red+Green+Blue) = 55+239+246=540 (71% of max value = 765). Red value is 55 (21.88% from 255 or 10.19% from 540); Green value is 239 (93.75% from 255 or 44.26% from 540); Blue value is 246 (96.48% from 255 or 45.56% from 540); Max value from RGB is 246 - color contains mainly: blue. Hex color #37EFF6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37EFF6 is #C81009. Grayscale: #B8B8B8. Windows color (decimal): -13111306 or 16183095. OLE color: 16183095.
HSL color Cylindrical-coordinate representation of color #37EFF6: hue angle of 182.2º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37EFF6 is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 55 | 239 | 246 | - |
| CMYK | 0.78 | 0.03 | 0 | 0.04 |
| HSL | 182.2º | 0.91% | 0.59% | - |
| HSV(B) | 182.2º | 0.78% | 0.96% | - |
| XYZ | 49.08 | 69.2 | 97.96 | - |
| YUV | 184.78 | 162.54 | 35.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 239 | 246 | 0.78 | 0.03 | 0 | 0.04 | 182.2 | 0.91 | 0.59 |
| Hex | 37 | EF | F6 | 4E | 3 | 0 | 4 | B6 | 5B | 3B |
| Octal | 67 | 357 | 366 | 116 | 3 | 0 | 4 | 266 | 133 | 73 |
| Binary | 110111 | 11101111 | 11110110 | 1001110 | 11 | 0 | 100 | 10110110 | 1011011 | 111011 |
Color Harmonies of #37EFF6
Complementary color
Monochromatic Colors of #37EFF6
Black with #37EFF6
Text Example
Text Example
White with #37EFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37EFF6; }
p { color: rgb(55,239,246); }
H1.HeaderClassName
{
color: #37EFF6;
}
.AnyTagClassName
{
color: #37EFF6;
}
</style>
background-color css
<style>
a { background-color: #37EFF6; }
a { background-color: rgb(55,239,246); }
div.DivClassName
{
background-color: #37EFF6;
}
.BgClassName
{
background-color: #37EFF6;
}
</style>
border-color css
<style>
span { border-color: #37EFF6; }
span { border-color: rgb(55,239,246); }
td.TdClassName
{
border-color: #37EFF6;
}
.TagClassName
{
border-color: #37EFF6;
}
</style>