Shades of Medium Turquoise #31CBDA
Tints of Medium Turquoise #31CBDA
RGB
CMYK
RGB Variations
Color information
#31CBDA (or 0x31CBDA) is known color: Medium Turquoise. HEX triplet: 31, CB and DA. RGB value is (49,203,218). Sum of RGB (Red+Green+Blue) = 49+203+218=470 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.43% from 470); Green value is 203 (79.69% from 255 or 43.19% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #31CBDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CBDA is #CE3425. Grayscale: #9E9E9E. Windows color (decimal): -13513766 or 14338865. OLE color: 14338865.
HSL color Cylindrical-coordinate representation of color #31CBDA: hue angle of 185.33º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31CBDA is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 203 | 218 | - |
| CMYK | 0.78 | 0.07 | 0 | 0.15 |
| HSL | 185.33º | 0.7% | 0.52% | - |
| HSV(B) | 185.33º | 0.78% | 0.85% | - |
| XYZ | 35.28 | 48.43 | 73.82 | - |
| YUV | 158.66 | 161.48 | 49.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 203 | 218 | 0.78 | 0.07 | 0 | 0.15 | 185.33 | 0.7 | 0.52 |
| Hex | 31 | CB | DA | 4E | 7 | 0 | F | B9 | 46 | 34 |
| Octal | 61 | 313 | 332 | 116 | 7 | 0 | 17 | 271 | 106 | 64 |
| Binary | 110001 | 11001011 | 11011010 | 1001110 | 111 | 0 | 1111 | 10111001 | 1000110 | 110100 |
Color Harmonies of #31CBDA
Complementary color
Monochromatic Colors of #31CBDA
Black with #31CBDA
Text Example
Text Example
White with #31CBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CBDA; }
p { color: rgb(49,203,218); }
H1.HeaderClassName
{
color: #31CBDA;
}
.AnyTagClassName
{
color: #31CBDA;
}
</style>
background-color css
<style>
a { background-color: #31CBDA; }
a { background-color: rgb(49,203,218); }
div.DivClassName
{
background-color: #31CBDA;
}
.BgClassName
{
background-color: #31CBDA;
}
</style>
border-color css
<style>
span { border-color: #31CBDA; }
span { border-color: rgb(49,203,218); }
td.TdClassName
{
border-color: #31CBDA;
}
.TagClassName
{
border-color: #31CBDA;
}
</style>