Shades of Medium Turquoise #3DCCDF
Tints of Medium Turquoise #3DCCDF
RGB
CMYK
RGB Variations
Color information
#3DCCDF (or 0x3DCCDF) is known color: Medium Turquoise. HEX triplet: 3D, CC and DF. RGB value is (61,204,223). Sum of RGB (Red+Green+Blue) = 61+204+223=488 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.5% from 488); Green value is 204 (80.08% from 255 or 41.80% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #3DCCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCCDF is #C23320. Grayscale: #A3A3A3. Windows color (decimal): -12727073 or 14666813. OLE color: 14666813.
HSL color Cylindrical-coordinate representation of color #3DCCDF: hue angle of 187.04º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DCCDF is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 204 | 223 | - |
| CMYK | 0.73 | 0.09 | 0 | 0.13 |
| HSL | 187.04º | 0.72% | 0.56% | - |
| HSV(B) | 187.04º | 0.73% | 0.87% | - |
| XYZ | 36.84 | 49.51 | 77.43 | - |
| YUV | 163.41 | 161.62 | 54.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 204 | 223 | 0.73 | 0.09 | 0 | 0.13 | 187.04 | 0.72 | 0.56 |
| Hex | 3D | CC | DF | 49 | 9 | 0 | D | BB | 48 | 38 |
| Octal | 75 | 314 | 337 | 111 | 11 | 0 | 15 | 273 | 110 | 70 |
| Binary | 111101 | 11001100 | 11011111 | 1001001 | 1001 | 0 | 1101 | 10111011 | 1001000 | 111000 |
Color Harmonies of #3DCCDF
Complementary color
Monochromatic Colors of #3DCCDF
Black with #3DCCDF
Text Example
Text Example
White with #3DCCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCCDF; }
p { color: rgb(61,204,223); }
H1.HeaderClassName
{
color: #3DCCDF;
}
.AnyTagClassName
{
color: #3DCCDF;
}
</style>
background-color css
<style>
a { background-color: #3DCCDF; }
a { background-color: rgb(61,204,223); }
div.DivClassName
{
background-color: #3DCCDF;
}
.BgClassName
{
background-color: #3DCCDF;
}
</style>
border-color css
<style>
span { border-color: #3DCCDF; }
span { border-color: rgb(61,204,223); }
td.TdClassName
{
border-color: #3DCCDF;
}
.TagClassName
{
border-color: #3DCCDF;
}
</style>