Shades of Turquoise #3DFEDB
Tints of Turquoise #3DFEDB
RGB
CMYK
RGB Variations
Color information
#3DFEDB (or 0x3DFEDB) is known color: Turquoise. HEX triplet: 3D, FE and DB. RGB value is (61,254,219). Sum of RGB (Red+Green+Blue) = 61+254+219=534 (70% of max value = 765). Red value is 61 (24.22% from 255 or 11.42% from 534); Green value is 254 (99.61% from 255 or 47.57% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 254 - color contains mainly: green. Hex color #3DFEDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DFEDB is #C20124. Grayscale: #C0C0C0. Windows color (decimal): -12714277 or 14417469. OLE color: 14417469.
HSL color Cylindrical-coordinate representation of color #3DFEDB: hue angle of 169.12º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFEDB is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
RGB | 61 | 254 | 219 | - |
CMYK | 0.76 | 0 | 0.14 | 0.00 |
HSL | 169.12º | 0.99% | 0.62% | - |
HSV(B) | 169.12º | 0.76% | 1% | - |
XYZ | 50.15 | 76.99 | 79.24 | - |
YUV | 192.3 | 143.06 | 34.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 61 | 254 | 219 | 0.76 | 0 | 0.14 | 0.00 | 169.12 | 0.99 | 0.62 |
Hex | 3D | FE | DB | 4C | 0 | E | 0 | A9 | 63 | 3E |
Octal | 75 | 376 | 333 | 114 | 0 | 16 | 0 | 251 | 143 | 76 |
Binary | 111101 | 11111110 | 11011011 | 1001100 | 0 | 1110 | 0 | 10101001 | 1100011 | 111110 |
Color Harmonies of #3DFEDB
Complementary color
Monochromatic Colors of #3DFEDB
Black with #3DFEDB
Text Example
Text Example
White with #3DFEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFEDB; }
p { color: rgb(61,254,219); }
H1.HeaderClassName
{
color: #3DFEDB;
}
.AnyTagClassName
{
color: #3DFEDB;
}
</style>
background-color css
<style>
a { background-color: #3DFEDB; }
a { background-color: rgb(61,254,219); }
div.DivClassName
{
background-color: #3DFEDB;
}
.BgClassName
{
background-color: #3DFEDB;
}
</style>
border-color css
<style>
span { border-color: #3DFEDB; }
span { border-color: rgb(61,254,219); }
td.TdClassName
{
border-color: #3DFEDB;
}
.TagClassName
{
border-color: #3DFEDB;
}
</style>