Shades of Turquoise #37DBFD
Tints of Turquoise #37DBFD
RGB
CMYK
RGB Variations
Color information
#37DBFD (or 0x37DBFD) is known color: Turquoise. HEX triplet: 37, DB and FD. RGB value is (55,219,253). Sum of RGB (Red+Green+Blue) = 55+219+253=527 (69% of max value = 765). Red value is 55 (21.88% from 255 or 10.44% from 527); Green value is 219 (85.94% from 255 or 41.56% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #37DBFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #37DBFD is #C82402. Grayscale: #ADADAD. Windows color (decimal): -13116419 or 16636727. OLE color: 16636727.
HSL color Cylindrical-coordinate representation of color #37DBFD: hue angle of 190.3º 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 #37DBFD is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 55 | 219 | 253 | - |
| CMYK | 0.78 | 0.13 | 0 | 0.01 |
| HSL | 190.3º | 0.98% | 0.6% | - |
| HSV(B) | 190.3º | 0.78% | 0.99% | - |
| XYZ | 44.64 | 58.57 | 101.88 | - |
| YUV | 173.84 | 172.67 | 43.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 219 | 253 | 0.78 | 0.13 | 0 | 0.01 | 190.3 | 0.98 | 0.6 |
| Hex | 37 | DB | FD | 4E | D | 0 | 1 | BE | 62 | 3C |
| Octal | 67 | 333 | 375 | 116 | 15 | 0 | 1 | 276 | 142 | 74 |
| Binary | 110111 | 11011011 | 11111101 | 1001110 | 1101 | 0 | 1 | 10111110 | 1100010 | 111100 |
Color Harmonies of #37DBFD
Complementary color
Monochromatic Colors of #37DBFD
Black with #37DBFD
Text Example
Text Example
White with #37DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DBFD; }
p { color: rgb(55,219,253); }
H1.HeaderClassName
{
color: #37DBFD;
}
.AnyTagClassName
{
color: #37DBFD;
}
</style>
background-color css
<style>
a { background-color: #37DBFD; }
a { background-color: rgb(55,219,253); }
div.DivClassName
{
background-color: #37DBFD;
}
.BgClassName
{
background-color: #37DBFD;
}
</style>
border-color css
<style>
span { border-color: #37DBFD; }
span { border-color: rgb(55,219,253); }
td.TdClassName
{
border-color: #37DBFD;
}
.TagClassName
{
border-color: #37DBFD;
}
</style>