Shades of Turquoise #3DD6EF
Tints of Turquoise #3DD6EF
RGB
CMYK
RGB Variations
Color information
#3DD6EF (or 0x3DD6EF) is known color: Turquoise. HEX triplet: 3D, D6 and EF. RGB value is (61,214,239). Sum of RGB (Red+Green+Blue) = 61+214+239=514 (68% of max value = 765). Red value is 61 (24.22% from 255 or 11.87% from 514); Green value is 214 (83.98% from 255 or 41.63% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #3DD6EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DD6EF is #C22910. Grayscale: #AAAAAA. Windows color (decimal): -12724497 or 15717949. OLE color: 15717949.
HSL color Cylindrical-coordinate representation of color #3DD6EF: hue angle of 188.43º 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 #3DD6EF is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 61 | 214 | 239 | - |
| CMYK | 0.74 | 0.10 | 0 | 0.06 |
| HSL | 188.43º | 0.85% | 0.59% | - |
| HSV(B) | 188.43º | 0.74% | 0.94% | - |
| XYZ | 41.55 | 55.32 | 90.15 | - |
| YUV | 171.1 | 166.31 | 49.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 214 | 239 | 0.74 | 0.10 | 0 | 0.06 | 188.43 | 0.85 | 0.59 |
| Hex | 3D | D6 | EF | 4A | A | 0 | 6 | BC | 55 | 3B |
| Octal | 75 | 326 | 357 | 112 | 12 | 0 | 6 | 274 | 125 | 73 |
| Binary | 111101 | 11010110 | 11101111 | 1001010 | 1010 | 0 | 110 | 10111100 | 1010101 | 111011 |
Color Harmonies of #3DD6EF
Complementary color
Monochromatic Colors of #3DD6EF
Black with #3DD6EF
Text Example
Text Example
White with #3DD6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD6EF; }
p { color: rgb(61,214,239); }
H1.HeaderClassName
{
color: #3DD6EF;
}
.AnyTagClassName
{
color: #3DD6EF;
}
</style>
background-color css
<style>
a { background-color: #3DD6EF; }
a { background-color: rgb(61,214,239); }
div.DivClassName
{
background-color: #3DD6EF;
}
.BgClassName
{
background-color: #3DD6EF;
}
</style>
border-color css
<style>
span { border-color: #3DD6EF; }
span { border-color: rgb(61,214,239); }
td.TdClassName
{
border-color: #3DD6EF;
}
.TagClassName
{
border-color: #3DD6EF;
}
</style>