Shades of Turquoise #37DCFE
Tints of Turquoise #37DCFE
RGB
CMYK
RGB Variations
Color information
#37DCFE (or 0x37DCFE) is known color: Turquoise. HEX triplet: 37, DC and FE. RGB value is (55,220,254). Sum of RGB (Red+Green+Blue) = 55+220+254=529 (70% of max value = 765). Red value is 55 (21.88% from 255 or 10.40% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #37DCFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #37DCFE is #C82301. Grayscale: #AEAEAE. Windows color (decimal): -13116162 or 16702519. OLE color: 16702519.
HSL color Cylindrical-coordinate representation of color #37DCFE: hue angle of 190.25º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37DCFE is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 55 | 220 | 254 | - |
| CMYK | 0.78 | 0.13 | 0 | 0.00 |
| HSL | 190.25º | 0.99% | 0.61% | - |
| HSV(B) | 190.25º | 0.78% | 1% | - |
| XYZ | 45.06 | 59.15 | 102.81 | - |
| YUV | 174.54 | 172.84 | 42.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 220 | 254 | 0.78 | 0.13 | 0 | 0.00 | 190.25 | 0.99 | 0.61 |
| Hex | 37 | DC | FE | 4E | D | 0 | 0 | BE | 63 | 3D |
| Octal | 67 | 334 | 376 | 116 | 15 | 0 | 0 | 276 | 143 | 75 |
| Binary | 110111 | 11011100 | 11111110 | 1001110 | 1101 | 0 | 0 | 10111110 | 1100011 | 111101 |
Color Harmonies of #37DCFE
Complementary color
Monochromatic Colors of #37DCFE
Black with #37DCFE
Text Example
Text Example
White with #37DCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DCFE; }
p { color: rgb(55,220,254); }
H1.HeaderClassName
{
color: #37DCFE;
}
.AnyTagClassName
{
color: #37DCFE;
}
</style>
background-color css
<style>
a { background-color: #37DCFE; }
a { background-color: rgb(55,220,254); }
div.DivClassName
{
background-color: #37DCFE;
}
.BgClassName
{
background-color: #37DCFE;
}
</style>
border-color css
<style>
span { border-color: #37DCFE; }
span { border-color: rgb(55,220,254); }
td.TdClassName
{
border-color: #37DCFE;
}
.TagClassName
{
border-color: #37DCFE;
}
</style>