Shades of Turquoise #37EDF5
Tints of Turquoise #37EDF5
RGB
CMYK
RGB Variations
Color information
#37EDF5 (or 0x37EDF5) is known color: Turquoise. HEX triplet: 37, ED and F5. RGB value is (55,237,245). Sum of RGB (Red+Green+Blue) = 55+237+245=537 (71% of max value = 765). Red value is 55 (21.88% from 255 or 10.24% from 537); Green value is 237 (92.97% from 255 or 44.13% from 537); Blue value is 245 (96.09% from 255 or 45.62% from 537); Max value from RGB is 245 - color contains mainly: blue. Hex color #37EDF5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37EDF5 is #C8120A. Grayscale: #B7B7B7. Windows color (decimal): -13111819 or 16117047. OLE color: 16117047.
HSL color Cylindrical-coordinate representation of color #37EDF5: hue angle of 182.53º degrees, saturation: 0.9, 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 #37EDF5 is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 55 | 237 | 245 | - |
| CMYK | 0.78 | 0.03 | 0 | 0.04 |
| HSL | 182.53º | 0.9% | 0.59% | - |
| HSV(B) | 182.53º | 0.78% | 0.96% | - |
| XYZ | 48.34 | 67.97 | 96.96 | - |
| YUV | 183.49 | 162.7 | 36.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 237 | 245 | 0.78 | 0.03 | 0 | 0.04 | 182.53 | 0.9 | 0.59 |
| Hex | 37 | ED | F5 | 4E | 3 | 0 | 4 | B7 | 5A | 3B |
| Octal | 67 | 355 | 365 | 116 | 3 | 0 | 4 | 267 | 132 | 73 |
| Binary | 110111 | 11101101 | 11110101 | 1001110 | 11 | 0 | 100 | 10110111 | 1011010 | 111011 |
Color Harmonies of #37EDF5
Complementary color
Monochromatic Colors of #37EDF5
Black with #37EDF5
Text Example
Text Example
White with #37EDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37EDF5; }
p { color: rgb(55,237,245); }
H1.HeaderClassName
{
color: #37EDF5;
}
.AnyTagClassName
{
color: #37EDF5;
}
</style>
background-color css
<style>
a { background-color: #37EDF5; }
a { background-color: rgb(55,237,245); }
div.DivClassName
{
background-color: #37EDF5;
}
.BgClassName
{
background-color: #37EDF5;
}
</style>
border-color css
<style>
span { border-color: #37EDF5; }
span { border-color: rgb(55,237,245); }
td.TdClassName
{
border-color: #37EDF5;
}
.TagClassName
{
border-color: #37EDF5;
}
</style>