Shades of Turquoise #37DFFF
Tints of Turquoise #37DFFF
RGB
CMYK
RGB Variations
Color information
#37DFFF (or 0x37DFFF) is known color: Turquoise. HEX triplet: 37, DF and FF. RGB value is (55,223,255). Sum of RGB (Red+Green+Blue) = 55+223+255=533 (70% of max value = 765). Red value is 55 (21.88% from 255 or 10.32% from 533); Green value is 223 (87.5% from 255 or 41.84% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #37DFFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #37DFFF is #C82000. Grayscale: #B0B0B0. Windows color (decimal): -13115393 or 16768823. OLE color: 16768823.
HSL color Cylindrical-coordinate representation of color #37DFFF: hue angle of 189.6º 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 #37DFFF is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 55 | 223 | 255 | - |
| CMYK | 0.78 | 0.13 | 0 | 0 |
| HSL | 189.6º | 1% | 0.61% | - |
| HSV(B) | 189.6º | 0.78% | 1% | - |
| XYZ | 46.01 | 60.81 | 103.92 | - |
| YUV | 176.42 | 172.34 | 41.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 223 | 255 | 0.78 | 0.13 | 0 | 0 | 189.6 | 1 | 0.61 |
| Hex | 37 | DF | FF | 4E | D | 0 | 0 | BE | 64 | 3D |
| Octal | 67 | 337 | 377 | 116 | 15 | 0 | 0 | 276 | 144 | 75 |
| Binary | 110111 | 11011111 | 11111111 | 1001110 | 1101 | 0 | 0 | 10111110 | 1100100 | 111101 |
Color Harmonies of #37DFFF
Complementary color
Monochromatic Colors of #37DFFF
Black with #37DFFF
Text Example
Text Example
White with #37DFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DFFF; }
p { color: rgb(55,223,255); }
H1.HeaderClassName
{
color: #37DFFF;
}
.AnyTagClassName
{
color: #37DFFF;
}
</style>
background-color css
<style>
a { background-color: #37DFFF; }
a { background-color: rgb(55,223,255); }
div.DivClassName
{
background-color: #37DFFF;
}
.BgClassName
{
background-color: #37DFFF;
}
</style>
border-color css
<style>
span { border-color: #37DFFF; }
span { border-color: rgb(55,223,255); }
td.TdClassName
{
border-color: #37DFFF;
}
.TagClassName
{
border-color: #37DFFF;
}
</style>