Shades of Turquoise #3DF8D6
Tints of Turquoise #3DF8D6
RGB
CMYK
RGB Variations
Color information
#3DF8D6 (or 0x3DF8D6) is known color: Turquoise. HEX triplet: 3D, F8 and D6. RGB value is (61,248,214). Sum of RGB (Red+Green+Blue) = 61+248+214=523 (69% of max value = 765). Red value is 61 (24.22% from 255 or 11.66% from 523); Green value is 248 (97.27% from 255 or 47.42% from 523); Blue value is 214 (83.98% from 255 or 40.92% from 523); Max value from RGB is 248 - color contains mainly: green. Hex color #3DF8D6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DF8D6 is #C20729. Grayscale: #BCBCBC. Windows color (decimal): -12715818 or 14088253. OLE color: 14088253.
HSL color Cylindrical-coordinate representation of color #3DF8D6: hue angle of 169.09º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF8D6 is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 61 | 248 | 214 | - |
| CMYK | 0.75 | 0 | 0.14 | 0.03 |
| HSL | 169.09º | 0.93% | 0.61% | - |
| HSV(B) | 169.09º | 0.75% | 0.97% | - |
| XYZ | 47.63 | 72.98 | 75.19 | - |
| YUV | 188.21 | 142.55 | 37.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 248 | 214 | 0.75 | 0 | 0.14 | 0.03 | 169.09 | 0.93 | 0.61 |
| Hex | 3D | F8 | D6 | 4B | 0 | E | 3 | A9 | 5D | 3D |
| Octal | 75 | 370 | 326 | 113 | 0 | 16 | 3 | 251 | 135 | 75 |
| Binary | 111101 | 11111000 | 11010110 | 1001011 | 0 | 1110 | 11 | 10101001 | 1011101 | 111101 |
Color Harmonies of #3DF8D6
Complementary color
Monochromatic Colors of #3DF8D6
Black with #3DF8D6
Text Example
Text Example
White with #3DF8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF8D6; }
p { color: rgb(61,248,214); }
H1.HeaderClassName
{
color: #3DF8D6;
}
.AnyTagClassName
{
color: #3DF8D6;
}
</style>
background-color css
<style>
a { background-color: #3DF8D6; }
a { background-color: rgb(61,248,214); }
div.DivClassName
{
background-color: #3DF8D6;
}
.BgClassName
{
background-color: #3DF8D6;
}
</style>
border-color css
<style>
span { border-color: #3DF8D6; }
span { border-color: rgb(61,248,214); }
td.TdClassName
{
border-color: #3DF8D6;
}
.TagClassName
{
border-color: #3DF8D6;
}
</style>