Shades of Turquoise #37EAF2
Tints of Turquoise #37EAF2
RGB
CMYK
RGB Variations
Color information
#37EAF2 (or 0x37EAF2) is known color: Turquoise. HEX triplet: 37, EA and F2. RGB value is (55,234,242). Sum of RGB (Red+Green+Blue) = 55+234+242=531 (70% of max value = 765). Red value is 55 (21.88% from 255 or 10.36% from 531); Green value is 234 (91.80% from 255 or 44.07% from 531); Blue value is 242 (94.92% from 255 or 45.57% from 531); Max value from RGB is 242 - color contains mainly: blue. Hex color #37EAF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37EAF2 is #C8150D. Grayscale: #B5B5B5. Windows color (decimal): -13112590 or 15919671. OLE color: 15919671.
HSL color Cylindrical-coordinate representation of color #37EAF2: hue angle of 182.57º degrees, saturation: 0.88, 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 #37EAF2 is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 55 | 234 | 242 | - |
| CMYK | 0.77 | 0.03 | 0 | 0.05 |
| HSL | 182.57º | 0.88% | 0.58% | - |
| HSV(B) | 182.57º | 0.77% | 0.95% | - |
| XYZ | 47.03 | 66.07 | 94.28 | - |
| YUV | 181.39 | 162.2 | 37.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 234 | 242 | 0.77 | 0.03 | 0 | 0.05 | 182.57 | 0.88 | 0.58 |
| Hex | 37 | EA | F2 | 4D | 3 | 0 | 5 | B7 | 58 | 3A |
| Octal | 67 | 352 | 362 | 115 | 3 | 0 | 5 | 267 | 130 | 72 |
| Binary | 110111 | 11101010 | 11110010 | 1001101 | 11 | 0 | 101 | 10110111 | 1011000 | 111010 |
Color Harmonies of #37EAF2
Complementary color
Monochromatic Colors of #37EAF2
Black with #37EAF2
Text Example
Text Example
White with #37EAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37EAF2; }
p { color: rgb(55,234,242); }
H1.HeaderClassName
{
color: #37EAF2;
}
.AnyTagClassName
{
color: #37EAF2;
}
</style>
background-color css
<style>
a { background-color: #37EAF2; }
a { background-color: rgb(55,234,242); }
div.DivClassName
{
background-color: #37EAF2;
}
.BgClassName
{
background-color: #37EAF2;
}
</style>
border-color css
<style>
span { border-color: #37EAF2; }
span { border-color: rgb(55,234,242); }
td.TdClassName
{
border-color: #37EAF2;
}
.TagClassName
{
border-color: #37EAF2;
}
</style>