Shades of Turquoise #37EFFD
Tints of Turquoise #37EFFD
RGB
CMYK
RGB Variations
Color information
#37EFFD (or 0x37EFFD) is known color: Turquoise. HEX triplet: 37, EF and FD. RGB value is (55,239,253). Sum of RGB (Red+Green+Blue) = 55+239+253=547 (72% of max value = 765). Red value is 55 (21.88% from 255 or 10.05% from 547); Green value is 239 (93.75% from 255 or 43.69% from 547); Blue value is 253 (99.22% from 255 or 46.25% from 547); Max value from RGB is 253 - color contains mainly: blue. Hex color #37EFFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37EFFD is #C81002. Grayscale: #B9B9B9. Windows color (decimal): -13111299 or 16641847. OLE color: 16641847.
HSL color Cylindrical-coordinate representation of color #37EFFD: hue angle of 184.24º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37EFFD is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 55 | 239 | 253 | - |
| CMYK | 0.78 | 0.06 | 0 | 0.01 |
| HSL | 184.24º | 0.98% | 0.6% | - |
| HSV(B) | 184.24º | 0.78% | 0.99% | - |
| XYZ | 50.17 | 69.64 | 103.73 | - |
| YUV | 185.58 | 166.04 | 34.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 239 | 253 | 0.78 | 0.06 | 0 | 0.01 | 184.24 | 0.98 | 0.6 |
| Hex | 37 | EF | FD | 4E | 6 | 0 | 1 | B8 | 62 | 3C |
| Octal | 67 | 357 | 375 | 116 | 6 | 0 | 1 | 270 | 142 | 74 |
| Binary | 110111 | 11101111 | 11111101 | 1001110 | 110 | 0 | 1 | 10111000 | 1100010 | 111100 |
Color Harmonies of #37EFFD
Complementary color
Monochromatic Colors of #37EFFD
Black with #37EFFD
Text Example
Text Example
White with #37EFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37EFFD; }
p { color: rgb(55,239,253); }
H1.HeaderClassName
{
color: #37EFFD;
}
.AnyTagClassName
{
color: #37EFFD;
}
</style>
background-color css
<style>
a { background-color: #37EFFD; }
a { background-color: rgb(55,239,253); }
div.DivClassName
{
background-color: #37EFFD;
}
.BgClassName
{
background-color: #37EFFD;
}
</style>
border-color css
<style>
span { border-color: #37EFFD; }
span { border-color: rgb(55,239,253); }
td.TdClassName
{
border-color: #37EFFD;
}
.TagClassName
{
border-color: #37EFFD;
}
</style>