Shades of Turquoise #3DF4C9
Tints of Turquoise #3DF4C9
RGB
CMYK
RGB Variations
Color information
#3DF4C9 (or 0x3DF4C9) is known color: Turquoise. HEX triplet: 3D, F4 and C9. RGB value is (61,244,201). Sum of RGB (Red+Green+Blue) = 61+244+201=506 (67% of max value = 765). Red value is 61 (24.22% from 255 or 12.06% from 506); Green value is 244 (95.70% from 255 or 48.22% from 506); Blue value is 201 (78.91% from 255 or 39.72% from 506); Max value from RGB is 244 - color contains mainly: green. Hex color #3DF4C9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DF4C9 is #C20B36. Grayscale: #B8B8B8. Windows color (decimal): -12716855 or 13235261. OLE color: 13235261.
HSL color Cylindrical-coordinate representation of color #3DF4C9: hue angle of 165.9º degrees, saturation: 0.89, 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 #3DF4C9 is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 61 | 244 | 201 | - |
| CMYK | 0.75 | 0 | 0.18 | 0.04 |
| HSL | 165.9º | 0.89% | 0.6% | - |
| HSV(B) | 165.9º | 0.75% | 0.96% | - |
| XYZ | 44.82 | 69.91 | 66.39 | - |
| YUV | 184.38 | 137.37 | 40 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 244 | 201 | 0.75 | 0 | 0.18 | 0.04 | 165.9 | 0.89 | 0.6 |
| Hex | 3D | F4 | C9 | 4B | 0 | 12 | 4 | A6 | 59 | 3C |
| Octal | 75 | 364 | 311 | 113 | 0 | 22 | 4 | 246 | 131 | 74 |
| Binary | 111101 | 11110100 | 11001001 | 1001011 | 0 | 10010 | 100 | 10100110 | 1011001 | 111100 |
Color Harmonies of #3DF4C9
Complementary color
Monochromatic Colors of #3DF4C9
Black with #3DF4C9
Text Example
Text Example
White with #3DF4C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF4C9; }
p { color: rgb(61,244,201); }
H1.HeaderClassName
{
color: #3DF4C9;
}
.AnyTagClassName
{
color: #3DF4C9;
}
</style>
background-color css
<style>
a { background-color: #3DF4C9; }
a { background-color: rgb(61,244,201); }
div.DivClassName
{
background-color: #3DF4C9;
}
.BgClassName
{
background-color: #3DF4C9;
}
</style>
border-color css
<style>
span { border-color: #3DF4C9; }
span { border-color: rgb(61,244,201); }
td.TdClassName
{
border-color: #3DF4C9;
}
.TagClassName
{
border-color: #3DF4C9;
}
</style>