Shades of Medium Turquoise #3DBEBB
Tints of Medium Turquoise #3DBEBB
RGB
CMYK
RGB Variations
Color information
#3DBEBB (or 0x3DBEBB) is known color: Medium Turquoise. HEX triplet: 3D, BE and BB. RGB value is (61,190,187). Sum of RGB (Red+Green+Blue) = 61+190+187=438 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.93% from 438); Green value is 190 (74.61% from 255 or 43.38% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 190 - color contains mainly: green. Hex color #3DBEBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DBEBB is #C24144. Grayscale: #969696. Windows color (decimal): -12730693 or 12303933. OLE color: 12303933.
HSL color Cylindrical-coordinate representation of color #3DBEBB: hue angle of 178.6º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DBEBB is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 190 | 187 | - |
| CMYK | 0.68 | 0 | 0.02 | 0.25 |
| HSL | 178.6º | 0.51% | 0.49% | - |
| HSV(B) | 178.6º | 0.68% | 0.75% | - |
| XYZ | 29.31 | 41.41 | 53.46 | - |
| YUV | 151.09 | 148.26 | 63.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 190 | 187 | 0.68 | 0 | 0.02 | 0.25 | 178.6 | 0.51 | 0.49 |
| Hex | 3D | BE | BB | 44 | 0 | 2 | 19 | B3 | 33 | 31 |
| Octal | 75 | 276 | 273 | 104 | 0 | 2 | 31 | 263 | 63 | 61 |
| Binary | 111101 | 10111110 | 10111011 | 1000100 | 0 | 10 | 11001 | 10110011 | 110011 | 110001 |
Color Harmonies of #3DBEBB
Complementary color
Monochromatic Colors of #3DBEBB
Black with #3DBEBB
Text Example
Text Example
White with #3DBEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBEBB; }
p { color: rgb(61,190,187); }
H1.HeaderClassName
{
color: #3DBEBB;
}
.AnyTagClassName
{
color: #3DBEBB;
}
</style>
background-color css
<style>
a { background-color: #3DBEBB; }
a { background-color: rgb(61,190,187); }
div.DivClassName
{
background-color: #3DBEBB;
}
.BgClassName
{
background-color: #3DBEBB;
}
</style>
border-color css
<style>
span { border-color: #3DBEBB; }
span { border-color: rgb(61,190,187); }
td.TdClassName
{
border-color: #3DBEBB;
}
.TagClassName
{
border-color: #3DBEBB;
}
</style>