Shades of Turquoise #3DEDC2
Tints of Turquoise #3DEDC2
RGB
CMYK
RGB Variations
Color information
#3DEDC2 (or 0x3DEDC2) is known color: Turquoise. HEX triplet: 3D, ED and C2. RGB value is (61,237,194). Sum of RGB (Red+Green+Blue) = 61+237+194=492 (65% of max value = 765). Red value is 61 (24.22% from 255 or 12.40% from 492); Green value is 237 (92.97% from 255 or 48.17% from 492); Blue value is 194 (76.17% from 255 or 39.43% from 492); Max value from RGB is 237 - color contains mainly: green. Hex color #3DEDC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DEDC2 is #C2123D. Grayscale: #B3B3B3. Windows color (decimal): -12718654 or 12774717. OLE color: 12774717.
HSL color Cylindrical-coordinate representation of color #3DEDC2: hue angle of 165.34º degrees, saturation: 0.83, 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 #3DEDC2 is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 237 | 194 | - |
| CMYK | 0.74 | 0 | 0.18 | 0.07 |
| HSL | 165.34º | 0.83% | 0.58% | - |
| HSV(B) | 165.34º | 0.74% | 0.93% | - |
| XYZ | 41.95 | 65.46 | 61.46 | - |
| YUV | 179.47 | 136.19 | 43.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 237 | 194 | 0.74 | 0 | 0.18 | 0.07 | 165.34 | 0.83 | 0.58 |
| Hex | 3D | ED | C2 | 4A | 0 | 12 | 7 | A5 | 53 | 3A |
| Octal | 75 | 355 | 302 | 112 | 0 | 22 | 7 | 245 | 123 | 72 |
| Binary | 111101 | 11101101 | 11000010 | 1001010 | 0 | 10010 | 111 | 10100101 | 1010011 | 111010 |
Color Harmonies of #3DEDC2
Complementary color
Monochromatic Colors of #3DEDC2
Black with #3DEDC2
Text Example
Text Example
White with #3DEDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEDC2; }
p { color: rgb(61,237,194); }
H1.HeaderClassName
{
color: #3DEDC2;
}
.AnyTagClassName
{
color: #3DEDC2;
}
</style>
background-color css
<style>
a { background-color: #3DEDC2; }
a { background-color: rgb(61,237,194); }
div.DivClassName
{
background-color: #3DEDC2;
}
.BgClassName
{
background-color: #3DEDC2;
}
</style>
border-color css
<style>
span { border-color: #3DEDC2; }
span { border-color: rgb(61,237,194); }
td.TdClassName
{
border-color: #3DEDC2;
}
.TagClassName
{
border-color: #3DEDC2;
}
</style>