Shades of Turquoise #37DFF3
Tints of Turquoise #37DFF3
RGB
CMYK
RGB Variations
Color information
#37DFF3 (or 0x37DFF3) is known color: Turquoise. HEX triplet: 37, DF and F3. RGB value is (55,223,243). Sum of RGB (Red+Green+Blue) = 55+223+243=521 (69% of max value = 765). Red value is 55 (21.88% from 255 or 10.56% from 521); Green value is 223 (87.5% from 255 or 42.80% from 521); Blue value is 243 (95.31% from 255 or 46.64% from 521); Max value from RGB is 243 - color contains mainly: blue. Hex color #37DFF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #37DFF3 is #C8200C. Grayscale: #AEAEAE. Windows color (decimal): -13115405 or 15982391. OLE color: 15982391.
HSL color Cylindrical-coordinate representation of color #37DFF3: hue angle of 186.38º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37DFF3 is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 55 | 223 | 243 | - |
| CMYK | 0.77 | 0.08 | 0 | 0.05 |
| HSL | 186.38º | 0.89% | 0.58% | - |
| HSV(B) | 186.38º | 0.77% | 0.95% | - |
| XYZ | 44.14 | 60.06 | 94.06 | - |
| YUV | 175.05 | 166.34 | 42.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 223 | 243 | 0.77 | 0.08 | 0 | 0.05 | 186.38 | 0.89 | 0.58 |
| Hex | 37 | DF | F3 | 4D | 8 | 0 | 5 | BA | 59 | 3A |
| Octal | 67 | 337 | 363 | 115 | 10 | 0 | 5 | 272 | 131 | 72 |
| Binary | 110111 | 11011111 | 11110011 | 1001101 | 1000 | 0 | 101 | 10111010 | 1011001 | 111010 |
Color Harmonies of #37DFF3
Complementary color
Monochromatic Colors of #37DFF3
Black with #37DFF3
Text Example
Text Example
White with #37DFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DFF3; }
p { color: rgb(55,223,243); }
H1.HeaderClassName
{
color: #37DFF3;
}
.AnyTagClassName
{
color: #37DFF3;
}
</style>
background-color css
<style>
a { background-color: #37DFF3; }
a { background-color: rgb(55,223,243); }
div.DivClassName
{
background-color: #37DFF3;
}
.BgClassName
{
background-color: #37DFF3;
}
</style>
border-color css
<style>
span { border-color: #37DFF3; }
span { border-color: rgb(55,223,243); }
td.TdClassName
{
border-color: #37DFF3;
}
.TagClassName
{
border-color: #37DFF3;
}
</style>