Shades of Turquoise #3DEAD2
Tints of Turquoise #3DEAD2
RGB
CMYK
RGB Variations
Color information
#3DEAD2 (or 0x3DEAD2) is known color: Turquoise. HEX triplet: 3D, EA and D2. RGB value is (61,234,210). Sum of RGB (Red+Green+Blue) = 61+234+210=505 (66% of max value = 765). Red value is 61 (24.22% from 255 or 12.08% from 505); Green value is 234 (91.80% from 255 or 46.34% from 505); Blue value is 210 (82.42% from 255 or 41.58% from 505); Max value from RGB is 234 - color contains mainly: green. Hex color #3DEAD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DEAD2 is #C2152D. Grayscale: #B3B3B3. Windows color (decimal): -12719406 or 13822525. OLE color: 13822525.
HSL color Cylindrical-coordinate representation of color #3DEAD2: hue angle of 171.68º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DEAD2 is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 61 | 234 | 210 | - |
| CMYK | 0.74 | 0 | 0.10 | 0.08 |
| HSL | 171.68º | 0.8% | 0.58% | - |
| HSV(B) | 171.68º | 0.74% | 0.92% | - |
| XYZ | 42.98 | 64.49 | 71.16 | - |
| YUV | 179.54 | 145.19 | 43.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 234 | 210 | 0.74 | 0 | 0.10 | 0.08 | 171.68 | 0.8 | 0.58 |
| Hex | 3D | EA | D2 | 4A | 0 | A | 8 | AC | 50 | 3A |
| Octal | 75 | 352 | 322 | 112 | 0 | 12 | 10 | 254 | 120 | 72 |
| Binary | 111101 | 11101010 | 11010010 | 1001010 | 0 | 1010 | 1000 | 10101100 | 1010000 | 111010 |
Color Harmonies of #3DEAD2
Complementary color
Monochromatic Colors of #3DEAD2
Black with #3DEAD2
Text Example
Text Example
White with #3DEAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEAD2; }
p { color: rgb(61,234,210); }
H1.HeaderClassName
{
color: #3DEAD2;
}
.AnyTagClassName
{
color: #3DEAD2;
}
</style>
background-color css
<style>
a { background-color: #3DEAD2; }
a { background-color: rgb(61,234,210); }
div.DivClassName
{
background-color: #3DEAD2;
}
.BgClassName
{
background-color: #3DEAD2;
}
</style>
border-color css
<style>
span { border-color: #3DEAD2; }
span { border-color: rgb(61,234,210); }
td.TdClassName
{
border-color: #3DEAD2;
}
.TagClassName
{
border-color: #3DEAD2;
}
</style>