Shades of Turquoise #3DFDE6
Tints of Turquoise #3DFDE6
RGB
CMYK
RGB Variations
Color information
#3DFDE6 (or 0x3DFDE6) is known color: Turquoise. HEX triplet: 3D, FD and E6. RGB value is (61,253,230). Sum of RGB (Red+Green+Blue) = 61+253+230=544 (72% of max value = 765). Red value is 61 (24.22% from 255 or 11.21% from 544); Green value is 253 (99.22% from 255 or 46.51% from 544); Blue value is 230 (90.23% from 255 or 42.28% from 544); Max value from RGB is 253 - color contains mainly: green. Hex color #3DFDE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DFDE6 is #C20219. Grayscale: #C0C0C0. Windows color (decimal): -12714522 or 15138109. OLE color: 15138109.
HSL color Cylindrical-coordinate representation of color #3DFDE6: hue angle of 172.81º 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 #3DFDE6 is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 253 | 230 | - |
| CMYK | 0.76 | 0 | 0.09 | 0.01 |
| HSL | 172.81º | 0.98% | 0.62% | - |
| HSV(B) | 172.81º | 0.76% | 0.99% | - |
| XYZ | 51.33 | 76.96 | 87.01 | - |
| YUV | 192.97 | 148.89 | 33.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 253 | 230 | 0.76 | 0 | 0.09 | 0.01 | 172.81 | 0.98 | 0.62 |
| Hex | 3D | FD | E6 | 4C | 0 | 9 | 1 | AD | 62 | 3E |
| Octal | 75 | 375 | 346 | 114 | 0 | 11 | 1 | 255 | 142 | 76 |
| Binary | 111101 | 11111101 | 11100110 | 1001100 | 0 | 1001 | 1 | 10101101 | 1100010 | 111110 |
Color Harmonies of #3DFDE6
Complementary color
Monochromatic Colors of #3DFDE6
Black with #3DFDE6
Text Example
Text Example
White with #3DFDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFDE6; }
p { color: rgb(61,253,230); }
H1.HeaderClassName
{
color: #3DFDE6;
}
.AnyTagClassName
{
color: #3DFDE6;
}
</style>
background-color css
<style>
a { background-color: #3DFDE6; }
a { background-color: rgb(61,253,230); }
div.DivClassName
{
background-color: #3DFDE6;
}
.BgClassName
{
background-color: #3DFDE6;
}
</style>
border-color css
<style>
span { border-color: #3DFDE6; }
span { border-color: rgb(61,253,230); }
td.TdClassName
{
border-color: #3DFDE6;
}
.TagClassName
{
border-color: #3DFDE6;
}
</style>