Shades of Medium Turquoise #3DCFD7
Tints of Medium Turquoise #3DCFD7
RGB
CMYK
RGB Variations
Color information
#3DCFD7 (or 0x3DCFD7) is known color: Medium Turquoise. HEX triplet: 3D, CF and D7. RGB value is (61,207,215). Sum of RGB (Red+Green+Blue) = 61+207+215=483 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.63% from 483); Green value is 207 (81.25% from 255 or 42.86% from 483); Blue value is 215 (84.38% from 255 or 44.51% from 483); Max value from RGB is 215 - color contains mainly: blue. Hex color #3DCFD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCFD7 is #C23028. Grayscale: #A4A4A4. Windows color (decimal): -12726313 or 14143293. OLE color: 14143293.
HSL color Cylindrical-coordinate representation of color #3DCFD7: hue angle of 183.12º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DCFD7 is Cyan = 0.72, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 61 | 207 | 215 | - |
| CMYK | 0.72 | 0.04 | 0 | 0.16 |
| HSL | 183.12º | 0.66% | 0.54% | - |
| HSV(B) | 183.12º | 0.72% | 0.84% | - |
| XYZ | 36.5 | 50.52 | 72.12 | - |
| YUV | 164.26 | 156.63 | 54.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 207 | 215 | 0.72 | 0.04 | 0 | 0.16 | 183.12 | 0.66 | 0.54 |
| Hex | 3D | CF | D7 | 48 | 4 | 0 | 10 | B7 | 42 | 36 |
| Octal | 75 | 317 | 327 | 110 | 4 | 0 | 20 | 267 | 102 | 66 |
| Binary | 111101 | 11001111 | 11010111 | 1001000 | 100 | 0 | 10000 | 10110111 | 1000010 | 110110 |
Color Harmonies of #3DCFD7
Complementary color
Monochromatic Colors of #3DCFD7
Black with #3DCFD7
Text Example
Text Example
White with #3DCFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCFD7; }
p { color: rgb(61,207,215); }
H1.HeaderClassName
{
color: #3DCFD7;
}
.AnyTagClassName
{
color: #3DCFD7;
}
</style>
background-color css
<style>
a { background-color: #3DCFD7; }
a { background-color: rgb(61,207,215); }
div.DivClassName
{
background-color: #3DCFD7;
}
.BgClassName
{
background-color: #3DCFD7;
}
</style>
border-color css
<style>
span { border-color: #3DCFD7; }
span { border-color: rgb(61,207,215); }
td.TdClassName
{
border-color: #3DCFD7;
}
.TagClassName
{
border-color: #3DCFD7;
}
</style>