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