Shades of Turquoise #3DF9C9
Tints of Turquoise #3DF9C9
RGB
CMYK
RGB Variations
Color information
#3DF9C9 (or 0x3DF9C9) is known color: Turquoise. HEX triplet: 3D, F9 and C9. RGB value is (61,249,201). Sum of RGB (Red+Green+Blue) = 61+249+201=511 (67% of max value = 765). Red value is 61 (24.22% from 255 or 11.94% from 511); Green value is 249 (97.66% from 255 or 48.73% from 511); Blue value is 201 (78.91% from 255 or 39.33% from 511); Max value from RGB is 249 - color contains mainly: green. Hex color #3DF9C9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DF9C9 is #C20636. Grayscale: #BBBBBB. Windows color (decimal): -12715575 or 13236541. OLE color: 13236541.
HSL color Cylindrical-coordinate representation of color #3DF9C9: hue angle of 164.68º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DF9C9 is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 249 | 201 | - |
| CMYK | 0.76 | 0 | 0.19 | 0.02 |
| HSL | 164.68º | 0.94% | 0.61% | - |
| HSV(B) | 164.68º | 0.76% | 0.98% | - |
| XYZ | 46.34 | 72.96 | 66.9 | - |
| YUV | 187.32 | 135.72 | 37.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 249 | 201 | 0.76 | 0 | 0.19 | 0.02 | 164.68 | 0.94 | 0.61 |
| Hex | 3D | F9 | C9 | 4C | 0 | 13 | 2 | A5 | 5E | 3D |
| Octal | 75 | 371 | 311 | 114 | 0 | 23 | 2 | 245 | 136 | 75 |
| Binary | 111101 | 11111001 | 11001001 | 1001100 | 0 | 10011 | 10 | 10100101 | 1011110 | 111101 |
Color Harmonies of #3DF9C9
Complementary color
Monochromatic Colors of #3DF9C9
Black with #3DF9C9
Text Example
Text Example
White with #3DF9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF9C9; }
p { color: rgb(61,249,201); }
H1.HeaderClassName
{
color: #3DF9C9;
}
.AnyTagClassName
{
color: #3DF9C9;
}
</style>
background-color css
<style>
a { background-color: #3DF9C9; }
a { background-color: rgb(61,249,201); }
div.DivClassName
{
background-color: #3DF9C9;
}
.BgClassName
{
background-color: #3DF9C9;
}
</style>
border-color css
<style>
span { border-color: #3DF9C9; }
span { border-color: rgb(61,249,201); }
td.TdClassName
{
border-color: #3DF9C9;
}
.TagClassName
{
border-color: #3DF9C9;
}
</style>