Shades of Turquoise #3DDDEA
Tints of Turquoise #3DDDEA
RGB
CMYK
RGB Variations
Color information
#3DDDEA (or 0x3DDDEA) is known color: Turquoise. HEX triplet: 3D, DD and EA. RGB value is (61,221,234). Sum of RGB (Red+Green+Blue) = 61+221+234=516 (68% of max value = 765). Red value is 61 (24.22% from 255 or 11.82% from 516); Green value is 221 (86.72% from 255 or 42.83% from 516); Blue value is 234 (91.80% from 255 or 45.35% from 516); Max value from RGB is 234 - color contains mainly: blue. Hex color #3DDDEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DDDEA is #C22215. Grayscale: #AEAEAE. Windows color (decimal): -12722710 or 15392061. OLE color: 15392061.
HSL color Cylindrical-coordinate representation of color #3DDDEA: hue angle of 184.51º 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 #3DDDEA is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 61 | 221 | 234 | - |
| CMYK | 0.74 | 0.06 | 0 | 0.08 |
| HSL | 184.51º | 0.8% | 0.58% | - |
| HSV(B) | 184.51º | 0.74% | 0.92% | - |
| XYZ | 42.63 | 58.65 | 86.91 | - |
| YUV | 174.64 | 161.49 | 46.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 221 | 234 | 0.74 | 0.06 | 0 | 0.08 | 184.51 | 0.8 | 0.58 |
| Hex | 3D | DD | EA | 4A | 6 | 0 | 8 | B9 | 50 | 3A |
| Octal | 75 | 335 | 352 | 112 | 6 | 0 | 10 | 271 | 120 | 72 |
| Binary | 111101 | 11011101 | 11101010 | 1001010 | 110 | 0 | 1000 | 10111001 | 1010000 | 111010 |
Color Harmonies of #3DDDEA
Complementary color
Monochromatic Colors of #3DDDEA
Black with #3DDDEA
Text Example
Text Example
White with #3DDDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDDEA; }
p { color: rgb(61,221,234); }
H1.HeaderClassName
{
color: #3DDDEA;
}
.AnyTagClassName
{
color: #3DDDEA;
}
</style>
background-color css
<style>
a { background-color: #3DDDEA; }
a { background-color: rgb(61,221,234); }
div.DivClassName
{
background-color: #3DDDEA;
}
.BgClassName
{
background-color: #3DDDEA;
}
</style>
border-color css
<style>
span { border-color: #3DDDEA; }
span { border-color: rgb(61,221,234); }
td.TdClassName
{
border-color: #3DDDEA;
}
.TagClassName
{
border-color: #3DDDEA;
}
</style>