Shades of Turquoise #3DDFDD
Tints of Turquoise #3DDFDD
RGB
CMYK
RGB Variations
Color information
#3DDFDD (or 0x3DDFDD) is known color: Turquoise. HEX triplet: 3D, DF and DD. RGB value is (61,223,221). Sum of RGB (Red+Green+Blue) = 61+223+221=505 (66% of max value = 765). Red value is 61 (24.22% from 255 or 12.08% from 505); Green value is 223 (87.5% from 255 or 44.16% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 223 - color contains mainly: green. Hex color #3DDFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDFDD is #C22022. Grayscale: #AEAEAE. Windows color (decimal): -12722211 or 14540605. OLE color: 14540605.
HSL color Cylindrical-coordinate representation of color #3DDFDD: hue angle of 179.26º 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 #3DDFDD is Cyan = 0.73, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 223 | 221 | - |
| CMYK | 0.73 | 0 | 0.01 | 0.13 |
| HSL | 179.26º | 0.72% | 0.56% | - |
| HSV(B) | 179.26º | 0.73% | 0.87% | - |
| XYZ | 41.36 | 58.99 | 77.61 | - |
| YUV | 174.33 | 154.33 | 47.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 223 | 221 | 0.73 | 0 | 0.01 | 0.13 | 179.26 | 0.72 | 0.56 |
| Hex | 3D | DF | DD | 49 | 0 | 1 | D | B3 | 48 | 38 |
| Octal | 75 | 337 | 335 | 111 | 0 | 1 | 15 | 263 | 110 | 70 |
| Binary | 111101 | 11011111 | 11011101 | 1001001 | 0 | 1 | 1101 | 10110011 | 1001000 | 111000 |
Color Harmonies of #3DDFDD
Complementary color
Monochromatic Colors of #3DDFDD
Black with #3DDFDD
Text Example
Text Example
White with #3DDFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDFDD; }
p { color: rgb(61,223,221); }
H1.HeaderClassName
{
color: #3DDFDD;
}
.AnyTagClassName
{
color: #3DDFDD;
}
</style>
background-color css
<style>
a { background-color: #3DDFDD; }
a { background-color: rgb(61,223,221); }
div.DivClassName
{
background-color: #3DDFDD;
}
.BgClassName
{
background-color: #3DDFDD;
}
</style>
border-color css
<style>
span { border-color: #3DDFDD; }
span { border-color: rgb(61,223,221); }
td.TdClassName
{
border-color: #3DDFDD;
}
.TagClassName
{
border-color: #3DDFDD;
}
</style>