Shades of Turquoise #37DBFE
Tints of Turquoise #37DBFE
RGB
CMYK
RGB Variations
Color information
#37DBFE (or 0x37DBFE) is known color: Turquoise. HEX triplet: 37, DB and FE. RGB value is (55,219,254). Sum of RGB (Red+Green+Blue) = 55+219+254=528 (69% of max value = 765). Red value is 55 (21.88% from 255 or 10.42% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #37DBFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #37DBFE is #C82401. Grayscale: #ADADAD. Windows color (decimal): -13116418 or 16702263. OLE color: 16702263.
HSL color Cylindrical-coordinate representation of color #37DBFE: hue angle of 190.55º 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 #37DBFE is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 55 | 219 | 254 | - |
| CMYK | 0.78 | 0.14 | 0 | 0.00 |
| HSL | 190.55º | 0.99% | 0.61% | - |
| HSV(B) | 190.55º | 0.78% | 1% | - |
| XYZ | 44.8 | 58.63 | 102.72 | - |
| YUV | 173.95 | 173.17 | 43.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 219 | 254 | 0.78 | 0.14 | 0 | 0.00 | 190.55 | 0.99 | 0.61 |
| Hex | 37 | DB | FE | 4E | E | 0 | 0 | BF | 63 | 3D |
| Octal | 67 | 333 | 376 | 116 | 16 | 0 | 0 | 277 | 143 | 75 |
| Binary | 110111 | 11011011 | 11111110 | 1001110 | 1110 | 0 | 0 | 10111111 | 1100011 | 111101 |
Color Harmonies of #37DBFE
Complementary color
Monochromatic Colors of #37DBFE
Black with #37DBFE
Text Example
Text Example
White with #37DBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DBFE; }
p { color: rgb(55,219,254); }
H1.HeaderClassName
{
color: #37DBFE;
}
.AnyTagClassName
{
color: #37DBFE;
}
</style>
background-color css
<style>
a { background-color: #37DBFE; }
a { background-color: rgb(55,219,254); }
div.DivClassName
{
background-color: #37DBFE;
}
.BgClassName
{
background-color: #37DBFE;
}
</style>
border-color css
<style>
span { border-color: #37DBFE; }
span { border-color: rgb(55,219,254); }
td.TdClassName
{
border-color: #37DBFE;
}
.TagClassName
{
border-color: #37DBFE;
}
</style>