Shades of Turquoise #3DF2C9
Tints of Turquoise #3DF2C9
RGB
CMYK
RGB Variations
Color information
#3DF2C9 (or 0x3DF2C9) is known color: Turquoise. HEX triplet: 3D, F2 and C9. RGB value is (61,242,201). Sum of RGB (Red+Green+Blue) = 61+242+201=504 (66% of max value = 765). Red value is 61 (24.22% from 255 or 12.10% from 504); Green value is 242 (94.92% from 255 or 48.02% from 504); Blue value is 201 (78.91% from 255 or 39.88% from 504); Max value from RGB is 242 - color contains mainly: green. Hex color #3DF2C9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DF2C9 is #C20D36. Grayscale: #B7B7B7. Windows color (decimal): -12717367 or 13234749. OLE color: 13234749.
HSL color Cylindrical-coordinate representation of color #3DF2C9: hue angle of 166.41º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF2C9 is Cyan = 0.75, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 242 | 201 | - |
| CMYK | 0.75 | 0 | 0.17 | 0.05 |
| HSL | 166.41º | 0.87% | 0.59% | - |
| HSV(B) | 166.41º | 0.75% | 0.95% | - |
| XYZ | 44.22 | 68.71 | 66.19 | - |
| YUV | 183.21 | 138.03 | 40.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 242 | 201 | 0.75 | 0 | 0.17 | 0.05 | 166.41 | 0.87 | 0.59 |
| Hex | 3D | F2 | C9 | 4B | 0 | 11 | 5 | A6 | 57 | 3B |
| Octal | 75 | 362 | 311 | 113 | 0 | 21 | 5 | 246 | 127 | 73 |
| Binary | 111101 | 11110010 | 11001001 | 1001011 | 0 | 10001 | 101 | 10100110 | 1010111 | 111011 |
Color Harmonies of #3DF2C9
Complementary color
Monochromatic Colors of #3DF2C9
Black with #3DF2C9
Text Example
Text Example
White with #3DF2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF2C9; }
p { color: rgb(61,242,201); }
H1.HeaderClassName
{
color: #3DF2C9;
}
.AnyTagClassName
{
color: #3DF2C9;
}
</style>
background-color css
<style>
a { background-color: #3DF2C9; }
a { background-color: rgb(61,242,201); }
div.DivClassName
{
background-color: #3DF2C9;
}
.BgClassName
{
background-color: #3DF2C9;
}
</style>
border-color css
<style>
span { border-color: #3DF2C9; }
span { border-color: rgb(61,242,201); }
td.TdClassName
{
border-color: #3DF2C9;
}
.TagClassName
{
border-color: #3DF2C9;
}
</style>