Shades of Turquoise #37DBFF
Tints of Turquoise #37DBFF
RGB
CMYK
RGB Variations
Color information
#37DBFF (or 0x37DBFF) is known color: Turquoise. HEX triplet: 37, DB and FF. RGB value is (55,219,255). Sum of RGB (Red+Green+Blue) = 55+219+255=529 (70% of max value = 765). Red value is 55 (21.88% from 255 or 10.40% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #37DBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #37DBFF is #C82400. Grayscale: #ADADAD. Windows color (decimal): -13116417 or 16767799. OLE color: 16767799.
HSL color Cylindrical-coordinate representation of color #37DBFF: hue angle of 190.8º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37DBFF is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 55 | 219 | 255 | - |
| CMYK | 0.78 | 0.14 | 0 | 0 |
| HSL | 190.8º | 1% | 0.61% | - |
| HSV(B) | 190.8º | 0.78% | 1% | - |
| XYZ | 44.96 | 58.7 | 103.57 | - |
| YUV | 174.07 | 173.67 | 43.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 219 | 255 | 0.78 | 0.14 | 0 | 0 | 190.8 | 1 | 0.61 |
| Hex | 37 | DB | FF | 4E | E | 0 | 0 | BF | 64 | 3D |
| Octal | 67 | 333 | 377 | 116 | 16 | 0 | 0 | 277 | 144 | 75 |
| Binary | 110111 | 11011011 | 11111111 | 1001110 | 1110 | 0 | 0 | 10111111 | 1100100 | 111101 |
Color Harmonies of #37DBFF
Complementary color
Monochromatic Colors of #37DBFF
Black with #37DBFF
Text Example
Text Example
White with #37DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DBFF; }
p { color: rgb(55,219,255); }
H1.HeaderClassName
{
color: #37DBFF;
}
.AnyTagClassName
{
color: #37DBFF;
}
</style>
background-color css
<style>
a { background-color: #37DBFF; }
a { background-color: rgb(55,219,255); }
div.DivClassName
{
background-color: #37DBFF;
}
.BgClassName
{
background-color: #37DBFF;
}
</style>
border-color css
<style>
span { border-color: #37DBFF; }
span { border-color: rgb(55,219,255); }
td.TdClassName
{
border-color: #37DBFF;
}
.TagClassName
{
border-color: #37DBFF;
}
</style>