Shades of Turquoise #3DEEDA
Tints of Turquoise #3DEEDA
RGB
CMYK
RGB Variations
Color information
#3DEEDA (or 0x3DEEDA) is known color: Turquoise. HEX triplet: 3D, EE and DA. RGB value is (61,238,218). Sum of RGB (Red+Green+Blue) = 61+238+218=517 (68% of max value = 765). Red value is 61 (24.22% from 255 or 11.80% from 517); Green value is 238 (93.36% from 255 or 46.03% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 238 - color contains mainly: green. Hex color #3DEEDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DEEDA is #C21125. Grayscale: #B6B6B6. Windows color (decimal): -12718374 or 14347837. OLE color: 14347837.
HSL color Cylindrical-coordinate representation of color #3DEEDA: hue angle of 173.22º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DEEDA is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 238 | 218 | - |
| CMYK | 0.74 | 0 | 0.08 | 0.07 |
| HSL | 173.22º | 0.84% | 0.59% | - |
| HSV(B) | 173.22º | 0.74% | 0.93% | - |
| XYZ | 45.15 | 67.2 | 76.92 | - |
| YUV | 182.8 | 147.86 | 41.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 238 | 218 | 0.74 | 0 | 0.08 | 0.07 | 173.22 | 0.84 | 0.59 |
| Hex | 3D | EE | DA | 4A | 0 | 8 | 7 | AD | 54 | 3B |
| Octal | 75 | 356 | 332 | 112 | 0 | 10 | 7 | 255 | 124 | 73 |
| Binary | 111101 | 11101110 | 11011010 | 1001010 | 0 | 1000 | 111 | 10101101 | 1010100 | 111011 |
Color Harmonies of #3DEEDA
Complementary color
Monochromatic Colors of #3DEEDA
Black with #3DEEDA
Text Example
Text Example
White with #3DEEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEEDA; }
p { color: rgb(61,238,218); }
H1.HeaderClassName
{
color: #3DEEDA;
}
.AnyTagClassName
{
color: #3DEEDA;
}
</style>
background-color css
<style>
a { background-color: #3DEEDA; }
a { background-color: rgb(61,238,218); }
div.DivClassName
{
background-color: #3DEEDA;
}
.BgClassName
{
background-color: #3DEEDA;
}
</style>
border-color css
<style>
span { border-color: #3DEEDA; }
span { border-color: rgb(61,238,218); }
td.TdClassName
{
border-color: #3DEEDA;
}
.TagClassName
{
border-color: #3DEEDA;
}
</style>