Shades of Medium Turquoise #3DCABF
Tints of Medium Turquoise #3DCABF
RGB
CMYK
RGB Variations
Color information
#3DCABF (or 0x3DCABF) is known color: Medium Turquoise. HEX triplet: 3D, CA and BF. RGB value is (61,202,191). Sum of RGB (Red+Green+Blue) = 61+202+191=454 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.44% from 454); Green value is 202 (79.30% from 255 or 44.49% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 202 - color contains mainly: green. Hex color #3DCABF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCABF is #C23540. Grayscale: #9E9E9E. Windows color (decimal): -12727617 or 12569149. OLE color: 12569149.
HSL color Cylindrical-coordinate representation of color #3DCABF: hue angle of 175.32º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DCABF is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 61 | 202 | 191 | - |
| CMYK | 0.70 | 0 | 0.05 | 0.21 |
| HSL | 175.32º | 0.57% | 0.52% | - |
| HSV(B) | 175.32º | 0.7% | 0.79% | - |
| XYZ | 32.45 | 46.99 | 56.65 | - |
| YUV | 158.59 | 146.29 | 58.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 202 | 191 | 0.70 | 0 | 0.05 | 0.21 | 175.32 | 0.57 | 0.52 |
| Hex | 3D | CA | BF | 46 | 0 | 5 | 15 | AF | 39 | 34 |
| Octal | 75 | 312 | 277 | 106 | 0 | 5 | 25 | 257 | 71 | 64 |
| Binary | 111101 | 11001010 | 10111111 | 1000110 | 0 | 101 | 10101 | 10101111 | 111001 | 110100 |
Color Harmonies of #3DCABF
Complementary color
Monochromatic Colors of #3DCABF
Black with #3DCABF
Text Example
Text Example
White with #3DCABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCABF; }
p { color: rgb(61,202,191); }
H1.HeaderClassName
{
color: #3DCABF;
}
.AnyTagClassName
{
color: #3DCABF;
}
</style>
background-color css
<style>
a { background-color: #3DCABF; }
a { background-color: rgb(61,202,191); }
div.DivClassName
{
background-color: #3DCABF;
}
.BgClassName
{
background-color: #3DCABF;
}
</style>
border-color css
<style>
span { border-color: #3DCABF; }
span { border-color: rgb(61,202,191); }
td.TdClassName
{
border-color: #3DCABF;
}
.TagClassName
{
border-color: #3DCABF;
}
</style>