Shades of Medium Turquoise #3DD2EA
Tints of Medium Turquoise #3DD2EA
RGB
CMYK
RGB Variations
Color information
#3DD2EA (or 0x3DD2EA) is known color: Medium Turquoise. HEX triplet: 3D, D2 and EA. RGB value is (61,210,234). Sum of RGB (Red+Green+Blue) = 61+210+234=505 (66% of max value = 765). Red value is 61 (24.22% from 255 or 12.08% from 505); Green value is 210 (82.42% from 255 or 41.58% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #3DD2EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DD2EA is #C22D15. Grayscale: #A7A7A7. Windows color (decimal): -12725526 or 15389245. OLE color: 15389245.
HSL color Cylindrical-coordinate representation of color #3DD2EA: hue angle of 188.32º 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 #3DD2EA is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 61 | 210 | 234 | - |
| CMYK | 0.74 | 0.10 | 0 | 0.08 |
| HSL | 188.32º | 0.8% | 0.58% | - |
| HSV(B) | 188.32º | 0.74% | 0.92% | - |
| XYZ | 39.82 | 53.03 | 85.98 | - |
| YUV | 168.19 | 165.14 | 51.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 210 | 234 | 0.74 | 0.10 | 0 | 0.08 | 188.32 | 0.8 | 0.58 |
| Hex | 3D | D2 | EA | 4A | A | 0 | 8 | BC | 50 | 3A |
| Octal | 75 | 322 | 352 | 112 | 12 | 0 | 10 | 274 | 120 | 72 |
| Binary | 111101 | 11010010 | 11101010 | 1001010 | 1010 | 0 | 1000 | 10111100 | 1010000 | 111010 |
Color Harmonies of #3DD2EA
Complementary color
Monochromatic Colors of #3DD2EA
Black with #3DD2EA
Text Example
Text Example
White with #3DD2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD2EA; }
p { color: rgb(61,210,234); }
H1.HeaderClassName
{
color: #3DD2EA;
}
.AnyTagClassName
{
color: #3DD2EA;
}
</style>
background-color css
<style>
a { background-color: #3DD2EA; }
a { background-color: rgb(61,210,234); }
div.DivClassName
{
background-color: #3DD2EA;
}
.BgClassName
{
background-color: #3DD2EA;
}
</style>
border-color css
<style>
span { border-color: #3DD2EA; }
span { border-color: rgb(61,210,234); }
td.TdClassName
{
border-color: #3DD2EA;
}
.TagClassName
{
border-color: #3DD2EA;
}
</style>