Shades of Turquoise #37DFF9
Tints of Turquoise #37DFF9
RGB
CMYK
RGB Variations
Color information
#37DFF9 (or 0x37DFF9) is known color: Turquoise. HEX triplet: 37, DF and F9. RGB value is (55,223,249). Sum of RGB (Red+Green+Blue) = 55+223+249=527 (69% of max value = 765). Red value is 55 (21.88% from 255 or 10.44% from 527); Green value is 223 (87.5% from 255 or 42.31% from 527); Blue value is 249 (97.66% from 255 or 47.25% from 527); Max value from RGB is 249 - color contains mainly: blue. Hex color #37DFF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #37DFF9 is #C82006. Grayscale: #AFAFAF. Windows color (decimal): -13115399 or 16375607. OLE color: 16375607.
HSL color Cylindrical-coordinate representation of color #37DFF9: hue angle of 188.04º degrees, saturation: 0.94, 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 #37DFF9 is Cyan = 0.78, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 55 | 223 | 249 | - |
| CMYK | 0.78 | 0.10 | 0 | 0.02 |
| HSL | 188.04º | 0.94% | 0.6% | - |
| HSV(B) | 188.04º | 0.78% | 0.98% | - |
| XYZ | 45.06 | 60.43 | 98.91 | - |
| YUV | 175.73 | 169.34 | 41.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 223 | 249 | 0.78 | 0.10 | 0 | 0.02 | 188.04 | 0.94 | 0.6 |
| Hex | 37 | DF | F9 | 4E | A | 0 | 2 | BC | 5E | 3C |
| Octal | 67 | 337 | 371 | 116 | 12 | 0 | 2 | 274 | 136 | 74 |
| Binary | 110111 | 11011111 | 11111001 | 1001110 | 1010 | 0 | 10 | 10111100 | 1011110 | 111100 |
Color Harmonies of #37DFF9
Complementary color
Monochromatic Colors of #37DFF9
Black with #37DFF9
Text Example
Text Example
White with #37DFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DFF9; }
p { color: rgb(55,223,249); }
H1.HeaderClassName
{
color: #37DFF9;
}
.AnyTagClassName
{
color: #37DFF9;
}
</style>
background-color css
<style>
a { background-color: #37DFF9; }
a { background-color: rgb(55,223,249); }
div.DivClassName
{
background-color: #37DFF9;
}
.BgClassName
{
background-color: #37DFF9;
}
</style>
border-color css
<style>
span { border-color: #37DFF9; }
span { border-color: rgb(55,223,249); }
td.TdClassName
{
border-color: #37DFF9;
}
.TagClassName
{
border-color: #37DFF9;
}
</style>