Shades of Turquoise #3AF7BD
Tints of Turquoise #3AF7BD
RGB
CMYK
RGB Variations
Color information
#3AF7BD (or 0x3AF7BD) is known color: Turquoise. HEX triplet: 3A, F7 and BD. RGB value is (58,247,189). Sum of RGB (Red+Green+Blue) = 58+247+189=494 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.74% from 494); Green value is 247 (96.88% from 255 or 50% from 494); Blue value is 189 (74.22% from 255 or 38.26% from 494); Max value from RGB is 247 - color contains mainly: green. Hex color #3AF7BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AF7BD is #C50842. Grayscale: #B7B7B7. Windows color (decimal): -12912707 or 12449594. OLE color: 12449594.
HSL color Cylindrical-coordinate representation of color #3AF7BD: hue angle of 161.59º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AF7BD is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 58 | 247 | 189 | - |
| CMYK | 0.77 | 0 | 0.23 | 0.03 |
| HSL | 161.59º | 0.92% | 0.6% | - |
| HSV(B) | 161.59º | 0.77% | 0.97% | - |
| XYZ | 44.19 | 71.1 | 59.54 | - |
| YUV | 183.88 | 130.88 | 38.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 247 | 189 | 0.77 | 0 | 0.23 | 0.03 | 161.59 | 0.92 | 0.6 |
| Hex | 3A | F7 | BD | 4D | 0 | 17 | 3 | A2 | 5C | 3C |
| Octal | 72 | 367 | 275 | 115 | 0 | 27 | 3 | 242 | 134 | 74 |
| Binary | 111010 | 11110111 | 10111101 | 1001101 | 0 | 10111 | 11 | 10100010 | 1011100 | 111100 |
Color Harmonies of #3AF7BD
Complementary color
Monochromatic Colors of #3AF7BD
Black with #3AF7BD
Text Example
Text Example
White with #3AF7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF7BD; }
p { color: rgb(58,247,189); }
H1.HeaderClassName
{
color: #3AF7BD;
}
.AnyTagClassName
{
color: #3AF7BD;
}
</style>
background-color css
<style>
a { background-color: #3AF7BD; }
a { background-color: rgb(58,247,189); }
div.DivClassName
{
background-color: #3AF7BD;
}
.BgClassName
{
background-color: #3AF7BD;
}
</style>
border-color css
<style>
span { border-color: #3AF7BD; }
span { border-color: rgb(58,247,189); }
td.TdClassName
{
border-color: #3AF7BD;
}
.TagClassName
{
border-color: #3AF7BD;
}
</style>