Shades of Turquoise #3DF6CA
Tints of Turquoise #3DF6CA
RGB
CMYK
RGB Variations
Color information
#3DF6CA (or 0x3DF6CA) is known color: Turquoise. HEX triplet: 3D, F6 and CA. RGB value is (61,246,202). Sum of RGB (Red+Green+Blue) = 61+246+202=509 (67% of max value = 765). Red value is 61 (24.22% from 255 or 11.98% from 509); Green value is 246 (96.48% from 255 or 48.33% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 246 - color contains mainly: green. Hex color #3DF6CA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DF6CA is #C20935. Grayscale: #B9B9B9. Windows color (decimal): -12716342 or 13301309. OLE color: 13301309.
HSL color Cylindrical-coordinate representation of color #3DF6CA: hue angle of 165.73º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF6CA is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 61 | 246 | 202 | - |
| CMYK | 0.75 | 0 | 0.18 | 0.04 |
| HSL | 165.73º | 0.91% | 0.6% | - |
| HSV(B) | 165.73º | 0.75% | 0.96% | - |
| XYZ | 45.54 | 71.17 | 67.21 | - |
| YUV | 185.67 | 137.21 | 39.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 246 | 202 | 0.75 | 0 | 0.18 | 0.04 | 165.73 | 0.91 | 0.6 |
| Hex | 3D | F6 | CA | 4B | 0 | 12 | 4 | A6 | 5B | 3C |
| Octal | 75 | 366 | 312 | 113 | 0 | 22 | 4 | 246 | 133 | 74 |
| Binary | 111101 | 11110110 | 11001010 | 1001011 | 0 | 10010 | 100 | 10100110 | 1011011 | 111100 |
Color Harmonies of #3DF6CA
Complementary color
Monochromatic Colors of #3DF6CA
Black with #3DF6CA
Text Example
Text Example
White with #3DF6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF6CA; }
p { color: rgb(61,246,202); }
H1.HeaderClassName
{
color: #3DF6CA;
}
.AnyTagClassName
{
color: #3DF6CA;
}
</style>
background-color css
<style>
a { background-color: #3DF6CA; }
a { background-color: rgb(61,246,202); }
div.DivClassName
{
background-color: #3DF6CA;
}
.BgClassName
{
background-color: #3DF6CA;
}
</style>
border-color css
<style>
span { border-color: #3DF6CA; }
span { border-color: rgb(61,246,202); }
td.TdClassName
{
border-color: #3DF6CA;
}
.TagClassName
{
border-color: #3DF6CA;
}
</style>