Shades of Turquoise #3DD4E5
Tints of Turquoise #3DD4E5
RGB
CMYK
RGB Variations
Color information
#3DD4E5 (or 0x3DD4E5) is known color: Turquoise. HEX triplet: 3D, D4 and E5. RGB value is (61,212,229). Sum of RGB (Red+Green+Blue) = 61+212+229=502 (66% of max value = 765). Red value is 61 (24.22% from 255 or 12.15% from 502); Green value is 212 (83.20% from 255 or 42.23% from 502); Blue value is 229 (89.84% from 255 or 45.62% from 502); Max value from RGB is 229 - color contains mainly: blue. Hex color #3DD4E5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DD4E5 is #C22B1A. Grayscale: #A8A8A8. Windows color (decimal): -12725019 or 15062077. OLE color: 15062077.
HSL color Cylindrical-coordinate representation of color #3DD4E5: hue angle of 186.07º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DD4E5 is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 61 | 212 | 229 | - |
| CMYK | 0.73 | 0.07 | 0 | 0.10 |
| HSL | 186.07º | 0.76% | 0.57% | - |
| HSV(B) | 186.07º | 0.73% | 0.9% | - |
| XYZ | 39.61 | 53.74 | 82.41 | - |
| YUV | 168.79 | 161.97 | 51.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 212 | 229 | 0.73 | 0.07 | 0 | 0.10 | 186.07 | 0.76 | 0.57 |
| Hex | 3D | D4 | E5 | 49 | 7 | 0 | A | BA | 4C | 39 |
| Octal | 75 | 324 | 345 | 111 | 7 | 0 | 12 | 272 | 114 | 71 |
| Binary | 111101 | 11010100 | 11100101 | 1001001 | 111 | 0 | 1010 | 10111010 | 1001100 | 111001 |
Color Harmonies of #3DD4E5
Complementary color
Monochromatic Colors of #3DD4E5
Black with #3DD4E5
Text Example
Text Example
White with #3DD4E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD4E5; }
p { color: rgb(61,212,229); }
H1.HeaderClassName
{
color: #3DD4E5;
}
.AnyTagClassName
{
color: #3DD4E5;
}
</style>
background-color css
<style>
a { background-color: #3DD4E5; }
a { background-color: rgb(61,212,229); }
div.DivClassName
{
background-color: #3DD4E5;
}
.BgClassName
{
background-color: #3DD4E5;
}
</style>
border-color css
<style>
span { border-color: #3DD4E5; }
span { border-color: rgb(61,212,229); }
td.TdClassName
{
border-color: #3DD4E5;
}
.TagClassName
{
border-color: #3DD4E5;
}
</style>