Shades of Turquoise #3DF5C6
Tints of Turquoise #3DF5C6
RGB
CMYK
RGB Variations
Color information
#3DF5C6 (or 0x3DF5C6) is known color: Turquoise. HEX triplet: 3D, F5 and C6. RGB value is (61,245,198). Sum of RGB (Red+Green+Blue) = 61+245+198=504 (66% of max value = 765). Red value is 61 (24.22% from 255 or 12.10% from 504); Green value is 245 (96.09% from 255 or 48.61% from 504); Blue value is 198 (77.73% from 255 or 39.29% from 504); Max value from RGB is 245 - color contains mainly: green. Hex color #3DF5C6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DF5C6 is #C20A39. Grayscale: #B8B8B8. Windows color (decimal): -12716602 or 13038909. OLE color: 13038909.
HSL color Cylindrical-coordinate representation of color #3DF5C6: hue angle of 164.67º degrees, saturation: 0.9, 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 #3DF5C6 is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 61 | 245 | 198 | - |
| CMYK | 0.75 | 0 | 0.19 | 0.04 |
| HSL | 164.67º | 0.9% | 0.6% | - |
| HSV(B) | 164.67º | 0.75% | 0.96% | - |
| XYZ | 44.77 | 70.37 | 64.65 | - |
| YUV | 184.63 | 135.54 | 39.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 245 | 198 | 0.75 | 0 | 0.19 | 0.04 | 164.67 | 0.9 | 0.6 |
| Hex | 3D | F5 | C6 | 4B | 0 | 13 | 4 | A5 | 5A | 3C |
| Octal | 75 | 365 | 306 | 113 | 0 | 23 | 4 | 245 | 132 | 74 |
| Binary | 111101 | 11110101 | 11000110 | 1001011 | 0 | 10011 | 100 | 10100101 | 1011010 | 111100 |
Color Harmonies of #3DF5C6
Complementary color
Monochromatic Colors of #3DF5C6
Black with #3DF5C6
Text Example
Text Example
White with #3DF5C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF5C6; }
p { color: rgb(61,245,198); }
H1.HeaderClassName
{
color: #3DF5C6;
}
.AnyTagClassName
{
color: #3DF5C6;
}
</style>
background-color css
<style>
a { background-color: #3DF5C6; }
a { background-color: rgb(61,245,198); }
div.DivClassName
{
background-color: #3DF5C6;
}
.BgClassName
{
background-color: #3DF5C6;
}
</style>
border-color css
<style>
span { border-color: #3DF5C6; }
span { border-color: rgb(61,245,198); }
td.TdClassName
{
border-color: #3DF5C6;
}
.TagClassName
{
border-color: #3DF5C6;
}
</style>