Shades of Turquoise #3DEFDD
Tints of Turquoise #3DEFDD
RGB
CMYK
RGB Variations
Color information
#3DEFDD (or 0x3DEFDD) is known color: Turquoise. HEX triplet: 3D, EF and DD. RGB value is (61,239,221). Sum of RGB (Red+Green+Blue) = 61+239+221=521 (69% of max value = 765). Red value is 61 (24.22% from 255 or 11.71% from 521); Green value is 239 (93.75% from 255 or 45.87% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 239 - color contains mainly: green. Hex color #3DEFDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DEFDD is #C21022. Grayscale: #B7B7B7. Windows color (decimal): -12718115 or 14544701. OLE color: 14544701.
HSL color Cylindrical-coordinate representation of color #3DEFDD: hue angle of 173.93º 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 #3DEFDD is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 61 | 239 | 221 | - |
| CMYK | 0.74 | 0 | 0.08 | 0.06 |
| HSL | 173.93º | 0.85% | 0.59% | - |
| HSV(B) | 173.93º | 0.74% | 0.94% | - |
| XYZ | 45.84 | 67.95 | 79.11 | - |
| YUV | 183.73 | 149.03 | 40.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 239 | 221 | 0.74 | 0 | 0.08 | 0.06 | 173.93 | 0.85 | 0.59 |
| Hex | 3D | EF | DD | 4A | 0 | 8 | 6 | AE | 55 | 3B |
| Octal | 75 | 357 | 335 | 112 | 0 | 10 | 6 | 256 | 125 | 73 |
| Binary | 111101 | 11101111 | 11011101 | 1001010 | 0 | 1000 | 110 | 10101110 | 1010101 | 111011 |
Color Harmonies of #3DEFDD
Complementary color
Monochromatic Colors of #3DEFDD
Black with #3DEFDD
Text Example
Text Example
White with #3DEFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEFDD; }
p { color: rgb(61,239,221); }
H1.HeaderClassName
{
color: #3DEFDD;
}
.AnyTagClassName
{
color: #3DEFDD;
}
</style>
background-color css
<style>
a { background-color: #3DEFDD; }
a { background-color: rgb(61,239,221); }
div.DivClassName
{
background-color: #3DEFDD;
}
.BgClassName
{
background-color: #3DEFDD;
}
</style>
border-color css
<style>
span { border-color: #3DEFDD; }
span { border-color: rgb(61,239,221); }
td.TdClassName
{
border-color: #3DEFDD;
}
.TagClassName
{
border-color: #3DEFDD;
}
</style>