Shades of Turquoise #3DFFAF
Tints of Turquoise #3DFFAF
RGB
CMYK
RGB Variations
Color information
#3DFFAF (or 0x3DFFAF) is known color: Turquoise. HEX triplet: 3D, FF and AF. RGB value is (61,255,175). Sum of RGB (Red+Green+Blue) = 61+255+175=491 (65% of max value = 765). Red value is 61 (24.22% from 255 or 12.42% from 491); Green value is 255 (100% from 255 or 51.93% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 255 - color contains mainly: green. Hex color #3DFFAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DFFAF is #C20050. Grayscale: #BCBCBC. Windows color (decimal): -12714065 or 11534141. OLE color: 11534141.
HSL color Cylindrical-coordinate representation of color #3DFFAF: hue angle of 155.26º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFFAF is Cyan = 0.76, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 255 | 175 | - |
| CMYK | 0.76 | 0 | 0.31 | 0 |
| HSL | 155.26º | 1% | 0.62% | - |
| HSV(B) | 155.26º | 0.76% | 1% | - |
| XYZ | 45.42 | 75.61 | 52.76 | - |
| YUV | 187.87 | 120.73 | 37.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 255 | 175 | 0.76 | 0 | 0.31 | 0 | 155.26 | 1 | 0.62 |
| Hex | 3D | FF | AF | 4C | 0 | 1F | 0 | 9B | 64 | 3E |
| Octal | 75 | 377 | 257 | 114 | 0 | 37 | 0 | 233 | 144 | 76 |
| Binary | 111101 | 11111111 | 10101111 | 1001100 | 0 | 11111 | 0 | 10011011 | 1100100 | 111110 |
Color Harmonies of #3DFFAF
Complementary color
Monochromatic Colors of #3DFFAF
Black with #3DFFAF
Text Example
Text Example
White with #3DFFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFFAF; }
p { color: rgb(61,255,175); }
H1.HeaderClassName
{
color: #3DFFAF;
}
.AnyTagClassName
{
color: #3DFFAF;
}
</style>
background-color css
<style>
a { background-color: #3DFFAF; }
a { background-color: rgb(61,255,175); }
div.DivClassName
{
background-color: #3DFFAF;
}
.BgClassName
{
background-color: #3DFFAF;
}
</style>
border-color css
<style>
span { border-color: #3DFFAF; }
span { border-color: rgb(61,255,175); }
td.TdClassName
{
border-color: #3DFFAF;
}
.TagClassName
{
border-color: #3DFFAF;
}
</style>