Shades of Turquoise #3DEEDB
Tints of Turquoise #3DEEDB
RGB
CMYK
RGB Variations
Color information
#3DEEDB (or 0x3DEEDB) is known color: Turquoise. HEX triplet: 3D, EE and DB. RGB value is (61,238,219). Sum of RGB (Red+Green+Blue) = 61+238+219=518 (68% of max value = 765). Red value is 61 (24.22% from 255 or 11.78% from 518); Green value is 238 (93.36% from 255 or 45.95% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 238 - color contains mainly: green. Hex color #3DEEDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DEEDB is #C21124. Grayscale: #B6B6B6. Windows color (decimal): -12718373 or 14413373. OLE color: 14413373.
HSL color Cylindrical-coordinate representation of color #3DEEDB: hue angle of 173.56º 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 #3DEEDB is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 238 | 219 | - |
| CMYK | 0.74 | 0 | 0.08 | 0.07 |
| HSL | 173.56º | 0.84% | 0.59% | - |
| HSV(B) | 173.56º | 0.74% | 0.93% | - |
| XYZ | 45.29 | 67.26 | 77.61 | - |
| YUV | 182.91 | 148.36 | 41.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 238 | 219 | 0.74 | 0 | 0.08 | 0.07 | 173.56 | 0.84 | 0.59 |
| Hex | 3D | EE | DB | 4A | 0 | 8 | 7 | AE | 54 | 3B |
| Octal | 75 | 356 | 333 | 112 | 0 | 10 | 7 | 256 | 124 | 73 |
| Binary | 111101 | 11101110 | 11011011 | 1001010 | 0 | 1000 | 111 | 10101110 | 1010100 | 111011 |
Color Harmonies of #3DEEDB
Complementary color
Monochromatic Colors of #3DEEDB
Black with #3DEEDB
Text Example
Text Example
White with #3DEEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEEDB; }
p { color: rgb(61,238,219); }
H1.HeaderClassName
{
color: #3DEEDB;
}
.AnyTagClassName
{
color: #3DEEDB;
}
</style>
background-color css
<style>
a { background-color: #3DEEDB; }
a { background-color: rgb(61,238,219); }
div.DivClassName
{
background-color: #3DEEDB;
}
.BgClassName
{
background-color: #3DEEDB;
}
</style>
border-color css
<style>
span { border-color: #3DEEDB; }
span { border-color: rgb(61,238,219); }
td.TdClassName
{
border-color: #3DEEDB;
}
.TagClassName
{
border-color: #3DEEDB;
}
</style>