Shades of Turquoise #37FBCB
Tints of Turquoise #37FBCB
RGB
CMYK
RGB Variations
Color information
#37FBCB (or 0x37FBCB) is known color: Turquoise. HEX triplet: 37, FB and CB. RGB value is (55,251,203). Sum of RGB (Red+Green+Blue) = 55+251+203=509 (67% of max value = 765). Red value is 55 (21.88% from 255 or 10.81% from 509); Green value is 251 (98.44% from 255 or 49.31% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 251 - color contains mainly: green. Hex color #37FBCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FBCB is #C80434. Grayscale: #BABABA. Windows color (decimal): -13108277 or 13368119. OLE color: 13368119.
HSL color Cylindrical-coordinate representation of color #37FBCB: hue angle of 165.31º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37FBCB is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 55 | 251 | 203 | - |
| CMYK | 0.78 | 0 | 0.19 | 0.02 |
| HSL | 165.31º | 0.96% | 0.6% | - |
| HSV(B) | 165.31º | 0.78% | 0.98% | - |
| XYZ | 46.85 | 74.12 | 68.34 | - |
| YUV | 186.92 | 137.07 | 33.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 251 | 203 | 0.78 | 0 | 0.19 | 0.02 | 165.31 | 0.96 | 0.6 |
| Hex | 37 | FB | CB | 4E | 0 | 13 | 2 | A5 | 60 | 3C |
| Octal | 67 | 373 | 313 | 116 | 0 | 23 | 2 | 245 | 140 | 74 |
| Binary | 110111 | 11111011 | 11001011 | 1001110 | 0 | 10011 | 10 | 10100101 | 1100000 | 111100 |
Color Harmonies of #37FBCB
Complementary color
Monochromatic Colors of #37FBCB
Black with #37FBCB
Text Example
Text Example
White with #37FBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FBCB; }
p { color: rgb(55,251,203); }
H1.HeaderClassName
{
color: #37FBCB;
}
.AnyTagClassName
{
color: #37FBCB;
}
</style>
background-color css
<style>
a { background-color: #37FBCB; }
a { background-color: rgb(55,251,203); }
div.DivClassName
{
background-color: #37FBCB;
}
.BgClassName
{
background-color: #37FBCB;
}
</style>
border-color css
<style>
span { border-color: #37FBCB; }
span { border-color: rgb(55,251,203); }
td.TdClassName
{
border-color: #37FBCB;
}
.TagClassName
{
border-color: #37FBCB;
}
</style>