Shades of Turquoise #3DF7DA
Tints of Turquoise #3DF7DA
RGB
CMYK
RGB Variations
Color information
#3DF7DA (or 0x3DF7DA) is known color: Turquoise. HEX triplet: 3D, F7 and DA. RGB value is (61,247,218). Sum of RGB (Red+Green+Blue) = 61+247+218=526 (69% of max value = 765). Red value is 61 (24.22% from 255 or 11.60% from 526); Green value is 247 (96.88% from 255 or 46.96% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 247 - color contains mainly: green. Hex color #3DF7DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DF7DA is #C20825. Grayscale: #BCBCBC. Windows color (decimal): -12716070 or 14350141. OLE color: 14350141.
HSL color Cylindrical-coordinate representation of color #3DF7DA: hue angle of 170.65º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF7DA is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 61 | 247 | 218 | - |
| CMYK | 0.75 | 0 | 0.12 | 0.03 |
| HSL | 170.65º | 0.92% | 0.6% | - |
| HSV(B) | 170.65º | 0.75% | 0.97% | - |
| XYZ | 47.84 | 72.58 | 77.82 | - |
| YUV | 188.08 | 144.88 | 37.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 247 | 218 | 0.75 | 0 | 0.12 | 0.03 | 170.65 | 0.92 | 0.6 |
| Hex | 3D | F7 | DA | 4B | 0 | C | 3 | AB | 5C | 3C |
| Octal | 75 | 367 | 332 | 113 | 0 | 14 | 3 | 253 | 134 | 74 |
| Binary | 111101 | 11110111 | 11011010 | 1001011 | 0 | 1100 | 11 | 10101011 | 1011100 | 111100 |
Color Harmonies of #3DF7DA
Complementary color
Monochromatic Colors of #3DF7DA
Black with #3DF7DA
Text Example
Text Example
White with #3DF7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF7DA; }
p { color: rgb(61,247,218); }
H1.HeaderClassName
{
color: #3DF7DA;
}
.AnyTagClassName
{
color: #3DF7DA;
}
</style>
background-color css
<style>
a { background-color: #3DF7DA; }
a { background-color: rgb(61,247,218); }
div.DivClassName
{
background-color: #3DF7DA;
}
.BgClassName
{
background-color: #3DF7DA;
}
</style>
border-color css
<style>
span { border-color: #3DF7DA; }
span { border-color: rgb(61,247,218); }
td.TdClassName
{
border-color: #3DF7DA;
}
.TagClassName
{
border-color: #3DF7DA;
}
</style>