Shades of Turquoise #3DEFDA
Tints of Turquoise #3DEFDA
RGB
CMYK
RGB Variations
Color information
#3DEFDA (or 0x3DEFDA) is known color: Turquoise. HEX triplet: 3D, EF and DA. RGB value is (61,239,218). Sum of RGB (Red+Green+Blue) = 61+239+218=518 (68% of max value = 765). Red value is 61 (24.22% from 255 or 11.78% from 518); Green value is 239 (93.75% from 255 or 46.14% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 239 - color contains mainly: green. Hex color #3DEFDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DEFDA is #C21025. Grayscale: #B7B7B7. Windows color (decimal): -12718118 or 14348093. OLE color: 14348093.
HSL color Cylindrical-coordinate representation of color #3DEFDA: hue angle of 172.92º 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 #3DEFDA is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 61 | 239 | 218 | - |
| CMYK | 0.74 | 0 | 0.09 | 0.06 |
| HSL | 172.92º | 0.85% | 0.59% | - |
| HSV(B) | 172.92º | 0.74% | 0.94% | - |
| XYZ | 45.45 | 67.79 | 77.02 | - |
| YUV | 183.38 | 147.53 | 40.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 239 | 218 | 0.74 | 0 | 0.09 | 0.06 | 172.92 | 0.85 | 0.59 |
| Hex | 3D | EF | DA | 4A | 0 | 9 | 6 | AD | 55 | 3B |
| Octal | 75 | 357 | 332 | 112 | 0 | 11 | 6 | 255 | 125 | 73 |
| Binary | 111101 | 11101111 | 11011010 | 1001010 | 0 | 1001 | 110 | 10101101 | 1010101 | 111011 |
Color Harmonies of #3DEFDA
Complementary color
Monochromatic Colors of #3DEFDA
Black with #3DEFDA
Text Example
Text Example
White with #3DEFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEFDA; }
p { color: rgb(61,239,218); }
H1.HeaderClassName
{
color: #3DEFDA;
}
.AnyTagClassName
{
color: #3DEFDA;
}
</style>
background-color css
<style>
a { background-color: #3DEFDA; }
a { background-color: rgb(61,239,218); }
div.DivClassName
{
background-color: #3DEFDA;
}
.BgClassName
{
background-color: #3DEFDA;
}
</style>
border-color css
<style>
span { border-color: #3DEFDA; }
span { border-color: rgb(61,239,218); }
td.TdClassName
{
border-color: #3DEFDA;
}
.TagClassName
{
border-color: #3DEFDA;
}
</style>