Shades of Turquoise #3DDFCE
Tints of Turquoise #3DDFCE
RGB
CMYK
RGB Variations
Color information
#3DDFCE (or 0x3DDFCE) is known color: Turquoise. HEX triplet: 3D, DF and CE. RGB value is (61,223,206). Sum of RGB (Red+Green+Blue) = 61+223+206=490 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.45% from 490); Green value is 223 (87.5% from 255 or 45.51% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 223 - color contains mainly: green. Hex color #3DDFCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDFCE is #C22031. Grayscale: #ACACAC. Windows color (decimal): -12722226 or 13557565. OLE color: 13557565.
HSL color Cylindrical-coordinate representation of color #3DDFCE: hue angle of 173.7º 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 #3DDFCE is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 223 | 206 | - |
| CMYK | 0.73 | 0 | 0.08 | 0.13 |
| HSL | 173.7º | 0.72% | 0.56% | - |
| HSV(B) | 173.7º | 0.73% | 0.87% | - |
| XYZ | 39.45 | 58.22 | 67.55 | - |
| YUV | 172.62 | 146.83 | 48.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 223 | 206 | 0.73 | 0 | 0.08 | 0.13 | 173.7 | 0.72 | 0.56 |
| Hex | 3D | DF | CE | 49 | 0 | 8 | D | AE | 48 | 38 |
| Octal | 75 | 337 | 316 | 111 | 0 | 10 | 15 | 256 | 110 | 70 |
| Binary | 111101 | 11011111 | 11001110 | 1001001 | 0 | 1000 | 1101 | 10101110 | 1001000 | 111000 |
Color Harmonies of #3DDFCE
Complementary color
Monochromatic Colors of #3DDFCE
Black with #3DDFCE
Text Example
Text Example
White with #3DDFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDFCE; }
p { color: rgb(61,223,206); }
H1.HeaderClassName
{
color: #3DDFCE;
}
.AnyTagClassName
{
color: #3DDFCE;
}
</style>
background-color css
<style>
a { background-color: #3DDFCE; }
a { background-color: rgb(61,223,206); }
div.DivClassName
{
background-color: #3DDFCE;
}
.BgClassName
{
background-color: #3DDFCE;
}
</style>
border-color css
<style>
span { border-color: #3DDFCE; }
span { border-color: rgb(61,223,206); }
td.TdClassName
{
border-color: #3DDFCE;
}
.TagClassName
{
border-color: #3DDFCE;
}
</style>