Shades of Turquoise #3DFDEB
Tints of Turquoise #3DFDEB
RGB
CMYK
RGB Variations
Color information
#3DFDEB (or 0x3DFDEB) is known color: Turquoise. HEX triplet: 3D, FD and EB. RGB value is (61,253,235). Sum of RGB (Red+Green+Blue) = 61+253+235=549 (72% of max value = 765). Red value is 61 (24.22% from 255 or 11.11% from 549); Green value is 253 (99.22% from 255 or 46.08% from 549); Blue value is 235 (92.19% from 255 or 42.81% from 549); Max value from RGB is 253 - color contains mainly: green. Hex color #3DFDEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DFDEB is #C20214. Grayscale: #C1C1C1. Windows color (decimal): -12714517 or 15465789. OLE color: 15465789.
HSL color Cylindrical-coordinate representation of color #3DFDEB: hue angle of 174.38º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFDEB is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 253 | 235 | - |
| CMYK | 0.76 | 0 | 0.07 | 0.01 |
| HSL | 174.38º | 0.98% | 0.62% | - |
| HSV(B) | 174.38º | 0.76% | 0.99% | - |
| XYZ | 52.05 | 77.24 | 90.76 | - |
| YUV | 193.54 | 151.39 | 33.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 253 | 235 | 0.76 | 0 | 0.07 | 0.01 | 174.38 | 0.98 | 0.62 |
| Hex | 3D | FD | EB | 4C | 0 | 7 | 1 | AE | 62 | 3E |
| Octal | 75 | 375 | 353 | 114 | 0 | 7 | 1 | 256 | 142 | 76 |
| Binary | 111101 | 11111101 | 11101011 | 1001100 | 0 | 111 | 1 | 10101110 | 1100010 | 111110 |
Color Harmonies of #3DFDEB
Complementary color
Monochromatic Colors of #3DFDEB
Black with #3DFDEB
Text Example
Text Example
White with #3DFDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFDEB; }
p { color: rgb(61,253,235); }
H1.HeaderClassName
{
color: #3DFDEB;
}
.AnyTagClassName
{
color: #3DFDEB;
}
</style>
background-color css
<style>
a { background-color: #3DFDEB; }
a { background-color: rgb(61,253,235); }
div.DivClassName
{
background-color: #3DFDEB;
}
.BgClassName
{
background-color: #3DFDEB;
}
</style>
border-color css
<style>
span { border-color: #3DFDEB; }
span { border-color: rgb(61,253,235); }
td.TdClassName
{
border-color: #3DFDEB;
}
.TagClassName
{
border-color: #3DFDEB;
}
</style>