Shades of Turquoise #3DDFC7
Tints of Turquoise #3DDFC7
RGB
CMYK
RGB Variations
Color information
#3DDFC7 (or 0x3DDFC7) is known color: Turquoise. HEX triplet: 3D, DF and C7. RGB value is (61,223,199). Sum of RGB (Red+Green+Blue) = 61+223+199=483 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.63% from 483); Green value is 223 (87.5% from 255 or 46.17% from 483); Blue value is 199 (78.12% from 255 or 41.20% from 483); Max value from RGB is 223 - color contains mainly: green. Hex color #3DDFC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDFC7 is #C22038. Grayscale: #ABABAB. Windows color (decimal): -12722233 or 13098813. OLE color: 13098813.
HSL color Cylindrical-coordinate representation of color #3DDFC7: hue angle of 171.11º 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 #3DDFC7 is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 223 | 199 | - |
| CMYK | 0.73 | 0 | 0.11 | 0.13 |
| HSL | 171.11º | 0.72% | 0.56% | - |
| HSV(B) | 171.11º | 0.73% | 0.87% | - |
| XYZ | 38.62 | 57.89 | 63.17 | - |
| YUV | 171.83 | 143.33 | 48.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 223 | 199 | 0.73 | 0 | 0.11 | 0.13 | 171.11 | 0.72 | 0.56 |
| Hex | 3D | DF | C7 | 49 | 0 | B | D | AB | 48 | 38 |
| Octal | 75 | 337 | 307 | 111 | 0 | 13 | 15 | 253 | 110 | 70 |
| Binary | 111101 | 11011111 | 11000111 | 1001001 | 0 | 1011 | 1101 | 10101011 | 1001000 | 111000 |
Color Harmonies of #3DDFC7
Complementary color
Monochromatic Colors of #3DDFC7
Black with #3DDFC7
Text Example
Text Example
White with #3DDFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDFC7; }
p { color: rgb(61,223,199); }
H1.HeaderClassName
{
color: #3DDFC7;
}
.AnyTagClassName
{
color: #3DDFC7;
}
</style>
background-color css
<style>
a { background-color: #3DDFC7; }
a { background-color: rgb(61,223,199); }
div.DivClassName
{
background-color: #3DDFC7;
}
.BgClassName
{
background-color: #3DDFC7;
}
</style>
border-color css
<style>
span { border-color: #3DDFC7; }
span { border-color: rgb(61,223,199); }
td.TdClassName
{
border-color: #3DDFC7;
}
.TagClassName
{
border-color: #3DDFC7;
}
</style>