Shades of Turquoise #3DDFCC
Tints of Turquoise #3DDFCC
RGB
CMYK
RGB Variations
Color information
#3DDFCC (or 0x3DDFCC) is known color: Turquoise. HEX triplet: 3D, DF and CC. RGB value is (61,223,204). Sum of RGB (Red+Green+Blue) = 61+223+204=488 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.5% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 223 - color contains mainly: green. Hex color #3DDFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDFCC is #C22033. Grayscale: #ACACAC. Windows color (decimal): -12722228 or 13426493. OLE color: 13426493.
HSL color Cylindrical-coordinate representation of color #3DDFCC: hue angle of 172.96º 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 #3DDFCC is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 223 | 204 | - |
| CMYK | 0.73 | 0 | 0.09 | 0.13 |
| HSL | 172.96º | 0.72% | 0.56% | - |
| HSV(B) | 172.96º | 0.73% | 0.87% | - |
| XYZ | 39.21 | 58.13 | 66.28 | - |
| YUV | 172.4 | 145.83 | 48.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 223 | 204 | 0.73 | 0 | 0.09 | 0.13 | 172.96 | 0.72 | 0.56 |
| Hex | 3D | DF | CC | 49 | 0 | 9 | D | AD | 48 | 38 |
| Octal | 75 | 337 | 314 | 111 | 0 | 11 | 15 | 255 | 110 | 70 |
| Binary | 111101 | 11011111 | 11001100 | 1001001 | 0 | 1001 | 1101 | 10101101 | 1001000 | 111000 |
Color Harmonies of #3DDFCC
Complementary color
Monochromatic Colors of #3DDFCC
Black with #3DDFCC
Text Example
Text Example
White with #3DDFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDFCC; }
p { color: rgb(61,223,204); }
H1.HeaderClassName
{
color: #3DDFCC;
}
.AnyTagClassName
{
color: #3DDFCC;
}
</style>
background-color css
<style>
a { background-color: #3DDFCC; }
a { background-color: rgb(61,223,204); }
div.DivClassName
{
background-color: #3DDFCC;
}
.BgClassName
{
background-color: #3DDFCC;
}
</style>
border-color css
<style>
span { border-color: #3DDFCC; }
span { border-color: rgb(61,223,204); }
td.TdClassName
{
border-color: #3DDFCC;
}
.TagClassName
{
border-color: #3DDFCC;
}
</style>