Shades of Turquoise #3DFFDA
Tints of Turquoise #3DFFDA
RGB
CMYK
RGB Variations
Color information
#3DFFDA (or 0x3DFFDA) is known color: Turquoise. HEX triplet: 3D, FF and DA. RGB value is (61,255,218). Sum of RGB (Red+Green+Blue) = 61+255+218=534 (70% of max value = 765). Red value is 61 (24.22% from 255 or 11.42% from 534); Green value is 255 (100% from 255 or 47.75% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 255 - color contains mainly: green. Hex color #3DFFDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DFFDA is #C20025. Grayscale: #C0C0C0. Windows color (decimal): -12714022 or 14352189. OLE color: 14352189.
HSL color Cylindrical-coordinate representation of color #3DFFDA: hue angle of 168.56º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFFDA is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 255 | 218 | - |
| CMYK | 0.76 | 0 | 0.15 | 0 |
| HSL | 168.56º | 1% | 0.62% | - |
| HSV(B) | 168.56º | 0.76% | 1% | - |
| XYZ | 50.34 | 77.57 | 78.65 | - |
| YUV | 192.78 | 142.23 | 34.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 255 | 218 | 0.76 | 0 | 0.15 | 0 | 168.56 | 1 | 0.62 |
| Hex | 3D | FF | DA | 4C | 0 | F | 0 | A9 | 64 | 3E |
| Octal | 75 | 377 | 332 | 114 | 0 | 17 | 0 | 251 | 144 | 76 |
| Binary | 111101 | 11111111 | 11011010 | 1001100 | 0 | 1111 | 0 | 10101001 | 1100100 | 111110 |
Color Harmonies of #3DFFDA
Complementary color
Monochromatic Colors of #3DFFDA
Black with #3DFFDA
Text Example
Text Example
White with #3DFFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFFDA; }
p { color: rgb(61,255,218); }
H1.HeaderClassName
{
color: #3DFFDA;
}
.AnyTagClassName
{
color: #3DFFDA;
}
</style>
background-color css
<style>
a { background-color: #3DFFDA; }
a { background-color: rgb(61,255,218); }
div.DivClassName
{
background-color: #3DFFDA;
}
.BgClassName
{
background-color: #3DFFDA;
}
</style>
border-color css
<style>
span { border-color: #3DFFDA; }
span { border-color: rgb(61,255,218); }
td.TdClassName
{
border-color: #3DFFDA;
}
.TagClassName
{
border-color: #3DFFDA;
}
</style>