Shades of Medium Turquoise #3DBFC9
Tints of Medium Turquoise #3DBFC9
RGB
CMYK
RGB Variations
Color information
#3DBFC9 (or 0x3DBFC9) is known color: Medium Turquoise. HEX triplet: 3D, BF and C9. RGB value is (61,191,201). Sum of RGB (Red+Green+Blue) = 61+191+201=453 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.47% from 453); Green value is 191 (75% from 255 or 42.16% from 453); Blue value is 201 (78.91% from 255 or 44.37% from 453); Max value from RGB is 201 - color contains mainly: blue. Hex color #3DBFC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DBFC9 is #C24036. Grayscale: #999999. Windows color (decimal): -12730423 or 13221693. OLE color: 13221693.
HSL color Cylindrical-coordinate representation of color #3DBFC9: hue angle of 184.29º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DBFC9 is Cyan = 0.70, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 61 | 191 | 201 | - |
| CMYK | 0.70 | 0.05 | 0 | 0.21 |
| HSL | 184.29º | 0.56% | 0.51% | - |
| HSV(B) | 184.29º | 0.7% | 0.79% | - |
| XYZ | 31.1 | 42.47 | 61.82 | - |
| YUV | 153.27 | 154.93 | 62.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 191 | 201 | 0.70 | 0.05 | 0 | 0.21 | 184.29 | 0.56 | 0.51 |
| Hex | 3D | BF | C9 | 46 | 5 | 0 | 15 | B8 | 38 | 33 |
| Octal | 75 | 277 | 311 | 106 | 5 | 0 | 25 | 270 | 70 | 63 |
| Binary | 111101 | 10111111 | 11001001 | 1000110 | 101 | 0 | 10101 | 10111000 | 111000 | 110011 |
Color Harmonies of #3DBFC9
Complementary color
Monochromatic Colors of #3DBFC9
Black with #3DBFC9
Text Example
Text Example
White with #3DBFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBFC9; }
p { color: rgb(61,191,201); }
H1.HeaderClassName
{
color: #3DBFC9;
}
.AnyTagClassName
{
color: #3DBFC9;
}
</style>
background-color css
<style>
a { background-color: #3DBFC9; }
a { background-color: rgb(61,191,201); }
div.DivClassName
{
background-color: #3DBFC9;
}
.BgClassName
{
background-color: #3DBFC9;
}
</style>
border-color css
<style>
span { border-color: #3DBFC9; }
span { border-color: rgb(61,191,201); }
td.TdClassName
{
border-color: #3DBFC9;
}
.TagClassName
{
border-color: #3DBFC9;
}
</style>