Shades of Turquoise #37DCFD
Tints of Turquoise #37DCFD
RGB
CMYK
RGB Variations
Color information
#37DCFD (or 0x37DCFD) is known color: Turquoise. HEX triplet: 37, DC and FD. RGB value is (55,220,253). Sum of RGB (Red+Green+Blue) = 55+220+253=528 (69% of max value = 765). Red value is 55 (21.88% from 255 or 10.42% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 253 (99.22% from 255 or 47.92% from 528); Max value from RGB is 253 - color contains mainly: blue. Hex color #37DCFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #37DCFD is #C82302. Grayscale: #AEAEAE. Windows color (decimal): -13116163 or 16636983. OLE color: 16636983.
HSL color Cylindrical-coordinate representation of color #37DCFD: hue angle of 190º 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 #37DCFD is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 55 | 220 | 253 | - |
| CMYK | 0.78 | 0.13 | 0 | 0.01 |
| HSL | 190º | 0.98% | 0.6% | - |
| HSV(B) | 190º | 0.78% | 0.99% | - |
| XYZ | 44.9 | 59.09 | 101.97 | - |
| YUV | 174.43 | 172.34 | 42.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 220 | 253 | 0.78 | 0.13 | 0 | 0.01 | 190 | 0.98 | 0.6 |
| Hex | 37 | DC | FD | 4E | D | 0 | 1 | BE | 62 | 3C |
| Octal | 67 | 334 | 375 | 116 | 15 | 0 | 1 | 276 | 142 | 74 |
| Binary | 110111 | 11011100 | 11111101 | 1001110 | 1101 | 0 | 1 | 10111110 | 1100010 | 111100 |
Color Harmonies of #37DCFD
Complementary color
Monochromatic Colors of #37DCFD
Black with #37DCFD
Text Example
Text Example
White with #37DCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DCFD; }
p { color: rgb(55,220,253); }
H1.HeaderClassName
{
color: #37DCFD;
}
.AnyTagClassName
{
color: #37DCFD;
}
</style>
background-color css
<style>
a { background-color: #37DCFD; }
a { background-color: rgb(55,220,253); }
div.DivClassName
{
background-color: #37DCFD;
}
.BgClassName
{
background-color: #37DCFD;
}
</style>
border-color css
<style>
span { border-color: #37DCFD; }
span { border-color: rgb(55,220,253); }
td.TdClassName
{
border-color: #37DCFD;
}
.TagClassName
{
border-color: #37DCFD;
}
</style>