Shades of Medium Turquoise #3DC9DD
Tints of Medium Turquoise #3DC9DD
RGB
CMYK
RGB Variations
Color information
#3DC9DD (or 0x3DC9DD) is known color: Medium Turquoise. HEX triplet: 3D, C9 and DD. RGB value is (61,201,221). Sum of RGB (Red+Green+Blue) = 61+201+221=483 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.63% from 483); Green value is 201 (78.91% from 255 or 41.61% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #3DC9DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DC9DD is #C23622. Grayscale: #A1A1A1. Windows color (decimal): -12727843 or 14534973. OLE color: 14534973.
HSL color Cylindrical-coordinate representation of color #3DC9DD: hue angle of 187.5º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DC9DD is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 201 | 221 | - |
| CMYK | 0.72 | 0.09 | 0 | 0.13 |
| HSL | 187.5º | 0.7% | 0.55% | - |
| HSV(B) | 187.5º | 0.72% | 0.87% | - |
| XYZ | 35.86 | 47.99 | 75.78 | - |
| YUV | 161.42 | 161.62 | 56.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 201 | 221 | 0.72 | 0.09 | 0 | 0.13 | 187.5 | 0.7 | 0.55 |
| Hex | 3D | C9 | DD | 48 | 9 | 0 | D | BC | 46 | 37 |
| Octal | 75 | 311 | 335 | 110 | 11 | 0 | 15 | 274 | 106 | 67 |
| Binary | 111101 | 11001001 | 11011101 | 1001000 | 1001 | 0 | 1101 | 10111100 | 1000110 | 110111 |
Color Harmonies of #3DC9DD
Complementary color
Monochromatic Colors of #3DC9DD
Black with #3DC9DD
Text Example
Text Example
White with #3DC9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC9DD; }
p { color: rgb(61,201,221); }
H1.HeaderClassName
{
color: #3DC9DD;
}
.AnyTagClassName
{
color: #3DC9DD;
}
</style>
background-color css
<style>
a { background-color: #3DC9DD; }
a { background-color: rgb(61,201,221); }
div.DivClassName
{
background-color: #3DC9DD;
}
.BgClassName
{
background-color: #3DC9DD;
}
</style>
border-color css
<style>
span { border-color: #3DC9DD; }
span { border-color: rgb(61,201,221); }
td.TdClassName
{
border-color: #3DC9DD;
}
.TagClassName
{
border-color: #3DC9DD;
}
</style>