Shades of Turquoise #3AF3BD
Tints of Turquoise #3AF3BD
RGB
CMYK
RGB Variations
Color information
#3AF3BD (or 0x3AF3BD) is known color: Turquoise. HEX triplet: 3A, F3 and BD. RGB value is (58,243,189). Sum of RGB (Red+Green+Blue) = 58+243+189=490 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.84% from 490); Green value is 243 (95.31% from 255 or 49.59% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 243 - color contains mainly: green. Hex color #3AF3BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AF3BD is #C50C42. Grayscale: #B5B5B5. Windows color (decimal): -12913731 or 12448570. OLE color: 12448570.
HSL color Cylindrical-coordinate representation of color #3AF3BD: hue angle of 162.49º degrees, saturation: 0.89, 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 #3AF3BD is Cyan = 0.76, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 243 | 189 | - |
| CMYK | 0.76 | 0 | 0.22 | 0.05 |
| HSL | 162.49º | 0.89% | 0.59% | - |
| HSV(B) | 162.49º | 0.76% | 0.95% | - |
| XYZ | 42.98 | 68.67 | 59.13 | - |
| YUV | 181.53 | 132.21 | 39.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 243 | 189 | 0.76 | 0 | 0.22 | 0.05 | 162.49 | 0.89 | 0.59 |
| Hex | 3A | F3 | BD | 4C | 0 | 16 | 5 | A2 | 59 | 3B |
| Octal | 72 | 363 | 275 | 114 | 0 | 26 | 5 | 242 | 131 | 73 |
| Binary | 111010 | 11110011 | 10111101 | 1001100 | 0 | 10110 | 101 | 10100010 | 1011001 | 111011 |
Color Harmonies of #3AF3BD
Complementary color
Monochromatic Colors of #3AF3BD
Black with #3AF3BD
Text Example
Text Example
White with #3AF3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF3BD; }
p { color: rgb(58,243,189); }
H1.HeaderClassName
{
color: #3AF3BD;
}
.AnyTagClassName
{
color: #3AF3BD;
}
</style>
background-color css
<style>
a { background-color: #3AF3BD; }
a { background-color: rgb(58,243,189); }
div.DivClassName
{
background-color: #3AF3BD;
}
.BgClassName
{
background-color: #3AF3BD;
}
</style>
border-color css
<style>
span { border-color: #3AF3BD; }
span { border-color: rgb(58,243,189); }
td.TdClassName
{
border-color: #3AF3BD;
}
.TagClassName
{
border-color: #3AF3BD;
}
</style>