Shades of Turquoise #3DDECF
Tints of Turquoise #3DDECF
RGB
CMYK
RGB Variations
Color information
#3DDECF (or 0x3DDECF) is known color: Turquoise. HEX triplet: 3D, DE and CF. RGB value is (61,222,207). Sum of RGB (Red+Green+Blue) = 61+222+207=490 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.45% from 490); Green value is 222 (87.11% from 255 or 45.31% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 222 - color contains mainly: green. Hex color #3DDECF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDECF is #C22130. Grayscale: #ACACAC. Windows color (decimal): -12722481 or 13622845. OLE color: 13622845.
HSL color Cylindrical-coordinate representation of color #3DDECF: hue angle of 174.41º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DDECF is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 222 | 207 | - |
| CMYK | 0.73 | 0 | 0.07 | 0.13 |
| HSL | 174.41º | 0.71% | 0.55% | - |
| HSV(B) | 174.41º | 0.73% | 0.87% | - |
| XYZ | 39.31 | 57.74 | 68.1 | - |
| YUV | 172.15 | 147.66 | 48.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 222 | 207 | 0.73 | 0 | 0.07 | 0.13 | 174.41 | 0.71 | 0.55 |
| Hex | 3D | DE | CF | 49 | 0 | 7 | D | AE | 47 | 37 |
| Octal | 75 | 336 | 317 | 111 | 0 | 7 | 15 | 256 | 107 | 67 |
| Binary | 111101 | 11011110 | 11001111 | 1001001 | 0 | 111 | 1101 | 10101110 | 1000111 | 110111 |
Color Harmonies of #3DDECF
Complementary color
Monochromatic Colors of #3DDECF
Black with #3DDECF
Text Example
Text Example
White with #3DDECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDECF; }
p { color: rgb(61,222,207); }
H1.HeaderClassName
{
color: #3DDECF;
}
.AnyTagClassName
{
color: #3DDECF;
}
</style>
background-color css
<style>
a { background-color: #3DDECF; }
a { background-color: rgb(61,222,207); }
div.DivClassName
{
background-color: #3DDECF;
}
.BgClassName
{
background-color: #3DDECF;
}
</style>
border-color css
<style>
span { border-color: #3DDECF; }
span { border-color: rgb(61,222,207); }
td.TdClassName
{
border-color: #3DDECF;
}
.TagClassName
{
border-color: #3DDECF;
}
</style>