Shades of Medium Turquoise #3DD3EA
Tints of Medium Turquoise #3DD3EA
RGB
CMYK
RGB Variations
Color information
#3DD3EA (or 0x3DD3EA) is known color: Medium Turquoise. HEX triplet: 3D, D3 and EA. RGB value is (61,211,234). Sum of RGB (Red+Green+Blue) = 61+211+234=506 (67% of max value = 765). Red value is 61 (24.22% from 255 or 12.06% from 506); Green value is 211 (82.81% from 255 or 41.70% from 506); Blue value is 234 (91.80% from 255 or 46.25% from 506); Max value from RGB is 234 - color contains mainly: blue. Hex color #3DD3EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DD3EA is #C22C15. Grayscale: #A8A8A8. Windows color (decimal): -12725270 or 15389501. OLE color: 15389501.
HSL color Cylindrical-coordinate representation of color #3DD3EA: hue angle of 187.98º 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 #3DD3EA is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 61 | 211 | 234 | - |
| CMYK | 0.74 | 0.10 | 0 | 0.08 |
| HSL | 187.98º | 0.8% | 0.58% | - |
| HSV(B) | 187.98º | 0.74% | 0.92% | - |
| XYZ | 40.07 | 53.52 | 86.06 | - |
| YUV | 168.77 | 164.81 | 51.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 211 | 234 | 0.74 | 0.10 | 0 | 0.08 | 187.98 | 0.8 | 0.58 |
| Hex | 3D | D3 | EA | 4A | A | 0 | 8 | BC | 50 | 3A |
| Octal | 75 | 323 | 352 | 112 | 12 | 0 | 10 | 274 | 120 | 72 |
| Binary | 111101 | 11010011 | 11101010 | 1001010 | 1010 | 0 | 1000 | 10111100 | 1010000 | 111010 |
Color Harmonies of #3DD3EA
Complementary color
Monochromatic Colors of #3DD3EA
Black with #3DD3EA
Text Example
Text Example
White with #3DD3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD3EA; }
p { color: rgb(61,211,234); }
H1.HeaderClassName
{
color: #3DD3EA;
}
.AnyTagClassName
{
color: #3DD3EA;
}
</style>
background-color css
<style>
a { background-color: #3DD3EA; }
a { background-color: rgb(61,211,234); }
div.DivClassName
{
background-color: #3DD3EA;
}
.BgClassName
{
background-color: #3DD3EA;
}
</style>
border-color css
<style>
span { border-color: #3DD3EA; }
span { border-color: rgb(61,211,234); }
td.TdClassName
{
border-color: #3DD3EA;
}
.TagClassName
{
border-color: #3DD3EA;
}
</style>