Shades of Turquoise #37FFD3
Tints of Turquoise #37FFD3
RGB
CMYK
RGB Variations
Color information
#37FFD3 (or 0x37FFD3) is known color: Turquoise. HEX triplet: 37, FF and D3. RGB value is (55,255,211). Sum of RGB (Red+Green+Blue) = 55+255+211=521 (69% of max value = 765). Red value is 55 (21.88% from 255 or 10.56% from 521); Green value is 255 (100% from 255 or 48.94% from 521); Blue value is 211 (82.81% from 255 or 40.50% from 521); Max value from RGB is 255 - color contains mainly: green. Hex color #37FFD3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FFD3 is #C8002C. Grayscale: #BEBEBE. Windows color (decimal): -13107245 or 13893431. OLE color: 13893431.
HSL color Cylindrical-coordinate representation of color #37FFD3: hue angle of 166.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 #37FFD3 is Cyan = 0.78, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 55 | 255 | 211 | - |
| CMYK | 0.78 | 0 | 0.17 | 0 |
| HSL | 166.8º | 1% | 0.61% | - |
| HSV(B) | 166.8º | 0.78% | 1% | - |
| XYZ | 49.09 | 77.04 | 73.91 | - |
| YUV | 190.18 | 139.74 | 31.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 255 | 211 | 0.78 | 0 | 0.17 | 0 | 166.8 | 1 | 0.61 |
| Hex | 37 | FF | D3 | 4E | 0 | 11 | 0 | A7 | 64 | 3D |
| Octal | 67 | 377 | 323 | 116 | 0 | 21 | 0 | 247 | 144 | 75 |
| Binary | 110111 | 11111111 | 11010011 | 1001110 | 0 | 10001 | 0 | 10100111 | 1100100 | 111101 |
Color Harmonies of #37FFD3
Complementary color
Monochromatic Colors of #37FFD3
Black with #37FFD3
Text Example
Text Example
White with #37FFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FFD3; }
p { color: rgb(55,255,211); }
H1.HeaderClassName
{
color: #37FFD3;
}
.AnyTagClassName
{
color: #37FFD3;
}
</style>
background-color css
<style>
a { background-color: #37FFD3; }
a { background-color: rgb(55,255,211); }
div.DivClassName
{
background-color: #37FFD3;
}
.BgClassName
{
background-color: #37FFD3;
}
</style>
border-color css
<style>
span { border-color: #37FFD3; }
span { border-color: rgb(55,255,211); }
td.TdClassName
{
border-color: #37FFD3;
}
.TagClassName
{
border-color: #37FFD3;
}
</style>