Shades of Turquoise #3AF1BE
Tints of Turquoise #3AF1BE
RGB
CMYK
RGB Variations
Color information
#3AF1BE (or 0x3AF1BE) is known color: Turquoise. HEX triplet: 3A, F1 and BE. RGB value is (58,241,190). Sum of RGB (Red+Green+Blue) = 58+241+190=489 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.86% from 489); Green value is 241 (94.53% from 255 or 49.28% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 241 - color contains mainly: green. Hex color #3AF1BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AF1BE is #C50E41. Grayscale: #B4B4B4. Windows color (decimal): -12914242 or 12513594. OLE color: 12513594.
HSL color Cylindrical-coordinate representation of color #3AF1BE: hue angle of 163.28º 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 #3AF1BE is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 241 | 190 | - |
| CMYK | 0.76 | 0 | 0.21 | 0.05 |
| HSL | 163.28º | 0.87% | 0.59% | - |
| HSV(B) | 163.28º | 0.76% | 0.95% | - |
| XYZ | 42.49 | 67.53 | 59.51 | - |
| YUV | 180.47 | 133.37 | 40.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 241 | 190 | 0.76 | 0 | 0.21 | 0.05 | 163.28 | 0.87 | 0.59 |
| Hex | 3A | F1 | BE | 4C | 0 | 15 | 5 | A3 | 57 | 3B |
| Octal | 72 | 361 | 276 | 114 | 0 | 25 | 5 | 243 | 127 | 73 |
| Binary | 111010 | 11110001 | 10111110 | 1001100 | 0 | 10101 | 101 | 10100011 | 1010111 | 111011 |
Color Harmonies of #3AF1BE
Complementary color
Monochromatic Colors of #3AF1BE
Black with #3AF1BE
Text Example
Text Example
White with #3AF1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF1BE; }
p { color: rgb(58,241,190); }
H1.HeaderClassName
{
color: #3AF1BE;
}
.AnyTagClassName
{
color: #3AF1BE;
}
</style>
background-color css
<style>
a { background-color: #3AF1BE; }
a { background-color: rgb(58,241,190); }
div.DivClassName
{
background-color: #3AF1BE;
}
.BgClassName
{
background-color: #3AF1BE;
}
</style>
border-color css
<style>
span { border-color: #3AF1BE; }
span { border-color: rgb(58,241,190); }
td.TdClassName
{
border-color: #3AF1BE;
}
.TagClassName
{
border-color: #3AF1BE;
}
</style>