Shades of Turquoise #3DECCF
Tints of Turquoise #3DECCF
RGB
CMYK
RGB Variations
Color information
#3DECCF (or 0x3DECCF) is known color: Turquoise. HEX triplet: 3D, EC and CF. RGB value is (61,236,207). Sum of RGB (Red+Green+Blue) = 61+236+207=504 (66% of max value = 765). Red value is 61 (24.22% from 255 or 12.10% from 504); Green value is 236 (92.58% from 255 or 46.83% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 236 - color contains mainly: green. Hex color #3DECCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DECCF is #C21330. Grayscale: #B4B4B4. Windows color (decimal): -12718897 or 13626429. OLE color: 13626429.
HSL color Cylindrical-coordinate representation of color #3DECCF: hue angle of 170.06º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DECCF is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 236 | 207 | - |
| CMYK | 0.74 | 0 | 0.12 | 0.07 |
| HSL | 170.06º | 0.82% | 0.58% | - |
| HSV(B) | 170.06º | 0.74% | 0.93% | - |
| XYZ | 43.18 | 65.49 | 69.4 | - |
| YUV | 180.37 | 143.02 | 42.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 236 | 207 | 0.74 | 0 | 0.12 | 0.07 | 170.06 | 0.82 | 0.58 |
| Hex | 3D | EC | CF | 4A | 0 | C | 7 | AA | 52 | 3A |
| Octal | 75 | 354 | 317 | 112 | 0 | 14 | 7 | 252 | 122 | 72 |
| Binary | 111101 | 11101100 | 11001111 | 1001010 | 0 | 1100 | 111 | 10101010 | 1010010 | 111010 |
Color Harmonies of #3DECCF
Complementary color
Monochromatic Colors of #3DECCF
Black with #3DECCF
Text Example
Text Example
White with #3DECCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DECCF; }
p { color: rgb(61,236,207); }
H1.HeaderClassName
{
color: #3DECCF;
}
.AnyTagClassName
{
color: #3DECCF;
}
</style>
background-color css
<style>
a { background-color: #3DECCF; }
a { background-color: rgb(61,236,207); }
div.DivClassName
{
background-color: #3DECCF;
}
.BgClassName
{
background-color: #3DECCF;
}
</style>
border-color css
<style>
span { border-color: #3DECCF; }
span { border-color: rgb(61,236,207); }
td.TdClassName
{
border-color: #3DECCF;
}
.TagClassName
{
border-color: #3DECCF;
}
</style>