Shades of Medium Turquoise #3DBFC8
Tints of Medium Turquoise #3DBFC8
RGB
CMYK
RGB Variations
Color information
#3DBFC8 (or 0x3DBFC8) is known color: Medium Turquoise. HEX triplet: 3D, BF and C8. RGB value is (61,191,200). Sum of RGB (Red+Green+Blue) = 61+191+200=452 (59% of max value = 765). Red value is 61 (24.22% from 255 or 13.50% from 452); Green value is 191 (75% from 255 or 42.26% from 452); Blue value is 200 (78.52% from 255 or 44.25% from 452); Max value from RGB is 200 - color contains mainly: blue. Hex color #3DBFC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DBFC8 is #C24037. Grayscale: #989898. Windows color (decimal): -12730424 or 13156157. OLE color: 13156157.
HSL color Cylindrical-coordinate representation of color #3DBFC8: hue angle of 183.88º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DBFC8 is Cyan = 0.69, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 61 | 191 | 200 | - |
| CMYK | 0.69 | 0.04 | 0 | 0.22 |
| HSL | 183.88º | 0.56% | 0.51% | - |
| HSV(B) | 183.88º | 0.7% | 0.78% | - |
| XYZ | 30.98 | 42.42 | 61.2 | - |
| YUV | 153.16 | 154.43 | 62.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 191 | 200 | 0.69 | 0.04 | 0 | 0.22 | 183.88 | 0.56 | 0.51 |
| Hex | 3D | BF | C8 | 45 | 4 | 0 | 16 | B8 | 38 | 33 |
| Octal | 75 | 277 | 310 | 105 | 4 | 0 | 26 | 270 | 70 | 63 |
| Binary | 111101 | 10111111 | 11001000 | 1000101 | 100 | 0 | 10110 | 10111000 | 111000 | 110011 |
Color Harmonies of #3DBFC8
Complementary color
Monochromatic Colors of #3DBFC8
Black with #3DBFC8
Text Example
Text Example
White with #3DBFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBFC8; }
p { color: rgb(61,191,200); }
H1.HeaderClassName
{
color: #3DBFC8;
}
.AnyTagClassName
{
color: #3DBFC8;
}
</style>
background-color css
<style>
a { background-color: #3DBFC8; }
a { background-color: rgb(61,191,200); }
div.DivClassName
{
background-color: #3DBFC8;
}
.BgClassName
{
background-color: #3DBFC8;
}
</style>
border-color css
<style>
span { border-color: #3DBFC8; }
span { border-color: rgb(61,191,200); }
td.TdClassName
{
border-color: #3DBFC8;
}
.TagClassName
{
border-color: #3DBFC8;
}
</style>