Shades of Turquoise #3AF8BB
Tints of Turquoise #3AF8BB
RGB
CMYK
RGB Variations
Color information
#3AF8BB (or 0x3AF8BB) is known color: Turquoise. HEX triplet: 3A, F8 and BB. RGB value is (58,248,187). Sum of RGB (Red+Green+Blue) = 58+248+187=493 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.76% from 493); Green value is 248 (97.27% from 255 or 50.30% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 248 - color contains mainly: green. Hex color #3AF8BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AF8BB is #C50744. Grayscale: #B8B8B8. Windows color (decimal): -12912453 or 12318778. OLE color: 12318778.
HSL color Cylindrical-coordinate representation of color #3AF8BB: hue angle of 160.74º degrees, saturation: 0.93, 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 #3AF8BB is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 58 | 248 | 187 | - |
| CMYK | 0.77 | 0 | 0.25 | 0.03 |
| HSL | 160.74º | 0.93% | 0.6% | - |
| HSV(B) | 160.74º | 0.77% | 0.97% | - |
| XYZ | 44.28 | 71.62 | 58.5 | - |
| YUV | 184.24 | 129.55 | 37.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 248 | 187 | 0.77 | 0 | 0.25 | 0.03 | 160.74 | 0.93 | 0.6 |
| Hex | 3A | F8 | BB | 4D | 0 | 19 | 3 | A1 | 5D | 3C |
| Octal | 72 | 370 | 273 | 115 | 0 | 31 | 3 | 241 | 135 | 74 |
| Binary | 111010 | 11111000 | 10111011 | 1001101 | 0 | 11001 | 11 | 10100001 | 1011101 | 111100 |
Color Harmonies of #3AF8BB
Complementary color
Monochromatic Colors of #3AF8BB
Black with #3AF8BB
Text Example
Text Example
White with #3AF8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF8BB; }
p { color: rgb(58,248,187); }
H1.HeaderClassName
{
color: #3AF8BB;
}
.AnyTagClassName
{
color: #3AF8BB;
}
</style>
background-color css
<style>
a { background-color: #3AF8BB; }
a { background-color: rgb(58,248,187); }
div.DivClassName
{
background-color: #3AF8BB;
}
.BgClassName
{
background-color: #3AF8BB;
}
</style>
border-color css
<style>
span { border-color: #3AF8BB; }
span { border-color: rgb(58,248,187); }
td.TdClassName
{
border-color: #3AF8BB;
}
.TagClassName
{
border-color: #3AF8BB;
}
</style>