Shades of Medium Turquoise #37CFDA
Tints of Medium Turquoise #37CFDA
RGB
CMYK
RGB Variations
Color information
#37CFDA (or 0x37CFDA) is known color: Medium Turquoise. HEX triplet: 37, CF and DA. RGB value is (55,207,218). Sum of RGB (Red+Green+Blue) = 55+207+218=480 (63% of max value = 765). Red value is 55 (21.88% from 255 or 11.46% from 480); Green value is 207 (81.25% from 255 or 43.12% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 218 - color contains mainly: blue. Hex color #37CFDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CFDA is #C83025. Grayscale: #A2A2A2. Windows color (decimal): -13119526 or 14339895. OLE color: 14339895.
HSL color Cylindrical-coordinate representation of color #37CFDA: hue angle of 184.05º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37CFDA is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 55 | 207 | 218 | - |
| CMYK | 0.75 | 0.05 | 0 | 0.15 |
| HSL | 184.05º | 0.69% | 0.54% | - |
| HSV(B) | 184.05º | 0.75% | 0.85% | - |
| XYZ | 36.54 | 50.5 | 74.15 | - |
| YUV | 162.81 | 159.14 | 51.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 207 | 218 | 0.75 | 0.05 | 0 | 0.15 | 184.05 | 0.69 | 0.54 |
| Hex | 37 | CF | DA | 4B | 5 | 0 | F | B8 | 45 | 36 |
| Octal | 67 | 317 | 332 | 113 | 5 | 0 | 17 | 270 | 105 | 66 |
| Binary | 110111 | 11001111 | 11011010 | 1001011 | 101 | 0 | 1111 | 10111000 | 1000101 | 110110 |
Color Harmonies of #37CFDA
Complementary color
Monochromatic Colors of #37CFDA
Black with #37CFDA
Text Example
Text Example
White with #37CFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CFDA; }
p { color: rgb(55,207,218); }
H1.HeaderClassName
{
color: #37CFDA;
}
.AnyTagClassName
{
color: #37CFDA;
}
</style>
background-color css
<style>
a { background-color: #37CFDA; }
a { background-color: rgb(55,207,218); }
div.DivClassName
{
background-color: #37CFDA;
}
.BgClassName
{
background-color: #37CFDA;
}
</style>
border-color css
<style>
span { border-color: #37CFDA; }
span { border-color: rgb(55,207,218); }
td.TdClassName
{
border-color: #37CFDA;
}
.TagClassName
{
border-color: #37CFDA;
}
</style>