Shades of Medium Turquoise #3DCFD6
Tints of Medium Turquoise #3DCFD6
RGB
CMYK
RGB Variations
Color information
#3DCFD6 (or 0x3DCFD6) is known color: Medium Turquoise. HEX triplet: 3D, CF and D6. RGB value is (61,207,214). Sum of RGB (Red+Green+Blue) = 61+207+214=482 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.66% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 214 (83.98% from 255 or 44.40% from 482); Max value from RGB is 214 - color contains mainly: blue. Hex color #3DCFD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCFD6 is #C23029. Grayscale: #A3A3A3. Windows color (decimal): -12726314 or 14077757. OLE color: 14077757.
HSL color Cylindrical-coordinate representation of color #3DCFD6: hue angle of 182.75º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DCFD6 is Cyan = 0.71, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 61 | 207 | 214 | - |
| CMYK | 0.71 | 0.03 | 0 | 0.16 |
| HSL | 182.75º | 0.65% | 0.54% | - |
| HSV(B) | 182.75º | 0.71% | 0.84% | - |
| XYZ | 36.37 | 50.47 | 71.44 | - |
| YUV | 164.14 | 156.13 | 54.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 207 | 214 | 0.71 | 0.03 | 0 | 0.16 | 182.75 | 0.65 | 0.54 |
| Hex | 3D | CF | D6 | 47 | 3 | 0 | 10 | B7 | 41 | 36 |
| Octal | 75 | 317 | 326 | 107 | 3 | 0 | 20 | 267 | 101 | 66 |
| Binary | 111101 | 11001111 | 11010110 | 1000111 | 11 | 0 | 10000 | 10110111 | 1000001 | 110110 |
Color Harmonies of #3DCFD6
Complementary color
Monochromatic Colors of #3DCFD6
Black with #3DCFD6
Text Example
Text Example
White with #3DCFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCFD6; }
p { color: rgb(61,207,214); }
H1.HeaderClassName
{
color: #3DCFD6;
}
.AnyTagClassName
{
color: #3DCFD6;
}
</style>
background-color css
<style>
a { background-color: #3DCFD6; }
a { background-color: rgb(61,207,214); }
div.DivClassName
{
background-color: #3DCFD6;
}
.BgClassName
{
background-color: #3DCFD6;
}
</style>
border-color css
<style>
span { border-color: #3DCFD6; }
span { border-color: rgb(61,207,214); }
td.TdClassName
{
border-color: #3DCFD6;
}
.TagClassName
{
border-color: #3DCFD6;
}
</style>