Shades of Turquoise #3AF1C3
Tints of Turquoise #3AF1C3
RGB
CMYK
RGB Variations
Color information
#3AF1C3 (or 0x3AF1C3) is known color: Turquoise. HEX triplet: 3A, F1 and C3. RGB value is (58,241,195). Sum of RGB (Red+Green+Blue) = 58+241+195=494 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.74% from 494); Green value is 241 (94.53% from 255 or 48.79% from 494); Blue value is 195 (76.56% from 255 or 39.47% from 494); Max value from RGB is 241 - color contains mainly: green. Hex color #3AF1C3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AF1C3 is #C50E3C. Grayscale: #B5B5B5. Windows color (decimal): -12914237 or 12841274. OLE color: 12841274.
HSL color Cylindrical-coordinate representation of color #3AF1C3: hue angle of 164.92º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF1C3 is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 241 | 195 | - |
| CMYK | 0.76 | 0 | 0.19 | 0.05 |
| HSL | 164.92º | 0.87% | 0.59% | - |
| HSV(B) | 164.92º | 0.76% | 0.95% | - |
| XYZ | 43.05 | 67.75 | 62.44 | - |
| YUV | 181.04 | 135.87 | 40.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 241 | 195 | 0.76 | 0 | 0.19 | 0.05 | 164.92 | 0.87 | 0.59 |
| Hex | 3A | F1 | C3 | 4C | 0 | 13 | 5 | A5 | 57 | 3B |
| Octal | 72 | 361 | 303 | 114 | 0 | 23 | 5 | 245 | 127 | 73 |
| Binary | 111010 | 11110001 | 11000011 | 1001100 | 0 | 10011 | 101 | 10100101 | 1010111 | 111011 |
Color Harmonies of #3AF1C3
Complementary color
Monochromatic Colors of #3AF1C3
Black with #3AF1C3
Text Example
Text Example
White with #3AF1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF1C3; }
p { color: rgb(58,241,195); }
H1.HeaderClassName
{
color: #3AF1C3;
}
.AnyTagClassName
{
color: #3AF1C3;
}
</style>
background-color css
<style>
a { background-color: #3AF1C3; }
a { background-color: rgb(58,241,195); }
div.DivClassName
{
background-color: #3AF1C3;
}
.BgClassName
{
background-color: #3AF1C3;
}
</style>
border-color css
<style>
span { border-color: #3AF1C3; }
span { border-color: rgb(58,241,195); }
td.TdClassName
{
border-color: #3AF1C3;
}
.TagClassName
{
border-color: #3AF1C3;
}
</style>