Shades of Turquoise #3DD4EF
Tints of Turquoise #3DD4EF
RGB
CMYK
RGB Variations
Color information
#3DD4EF (or 0x3DD4EF) is known color: Turquoise. HEX triplet: 3D, D4 and EF. RGB value is (61,212,239). Sum of RGB (Red+Green+Blue) = 61+212+239=512 (67% of max value = 765). Red value is 61 (24.22% from 255 or 11.91% from 512); Green value is 212 (83.20% from 255 or 41.41% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #3DD4EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DD4EF is #C22B10. Grayscale: #A9A9A9. Windows color (decimal): -12725009 or 15717437. OLE color: 15717437.
HSL color Cylindrical-coordinate representation of color #3DD4EF: hue angle of 189.1º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DD4EF is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 61 | 212 | 239 | - |
| CMYK | 0.74 | 0.11 | 0 | 0.06 |
| HSL | 189.1º | 0.85% | 0.59% | - |
| HSV(B) | 189.1º | 0.74% | 0.94% | - |
| XYZ | 41.05 | 54.31 | 89.98 | - |
| YUV | 169.93 | 166.97 | 50.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 212 | 239 | 0.74 | 0.11 | 0 | 0.06 | 189.1 | 0.85 | 0.59 |
| Hex | 3D | D4 | EF | 4A | B | 0 | 6 | BD | 55 | 3B |
| Octal | 75 | 324 | 357 | 112 | 13 | 0 | 6 | 275 | 125 | 73 |
| Binary | 111101 | 11010100 | 11101111 | 1001010 | 1011 | 0 | 110 | 10111101 | 1010101 | 111011 |
Color Harmonies of #3DD4EF
Complementary color
Monochromatic Colors of #3DD4EF
Black with #3DD4EF
Text Example
Text Example
White with #3DD4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD4EF; }
p { color: rgb(61,212,239); }
H1.HeaderClassName
{
color: #3DD4EF;
}
.AnyTagClassName
{
color: #3DD4EF;
}
</style>
background-color css
<style>
a { background-color: #3DD4EF; }
a { background-color: rgb(61,212,239); }
div.DivClassName
{
background-color: #3DD4EF;
}
.BgClassName
{
background-color: #3DD4EF;
}
</style>
border-color css
<style>
span { border-color: #3DD4EF; }
span { border-color: rgb(61,212,239); }
td.TdClassName
{
border-color: #3DD4EF;
}
.TagClassName
{
border-color: #3DD4EF;
}
</style>