Shades of Turquoise #3AFFB8
Tints of Turquoise #3AFFB8
RGB
CMYK
RGB Variations
Color information
#3AFFB8 (or 0x3AFFB8) is known color: Turquoise. HEX triplet: 3A, FF and B8. RGB value is (58,255,184). Sum of RGB (Red+Green+Blue) = 58+255+184=497 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.67% from 497); Green value is 255 (100% from 255 or 51.31% from 497); Blue value is 184 (72.27% from 255 or 37.02% from 497); Max value from RGB is 255 - color contains mainly: green. Hex color #3AFFB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFFB8 is #C50047. Grayscale: #BCBCBC. Windows color (decimal): -12910664 or 12123962. OLE color: 12123962.
HSL color Cylindrical-coordinate representation of color #3AFFB8: hue angle of 158.38º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFFB8 is Cyan = 0.77, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 255 | 184 | - |
| CMYK | 0.77 | 0 | 0.28 | 0 |
| HSL | 158.38º | 1% | 0.61% | - |
| HSV(B) | 158.38º | 0.77% | 1% | - |
| XYZ | 46.16 | 75.88 | 57.56 | - |
| YUV | 188 | 125.73 | 35.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 255 | 184 | 0.77 | 0 | 0.28 | 0 | 158.38 | 1 | 0.61 |
| Hex | 3A | FF | B8 | 4D | 0 | 1C | 0 | 9E | 64 | 3D |
| Octal | 72 | 377 | 270 | 115 | 0 | 34 | 0 | 236 | 144 | 75 |
| Binary | 111010 | 11111111 | 10111000 | 1001101 | 0 | 11100 | 0 | 10011110 | 1100100 | 111101 |
Color Harmonies of #3AFFB8
Complementary color
Monochromatic Colors of #3AFFB8
Black with #3AFFB8
Text Example
Text Example
White with #3AFFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFFB8; }
p { color: rgb(58,255,184); }
H1.HeaderClassName
{
color: #3AFFB8;
}
.AnyTagClassName
{
color: #3AFFB8;
}
</style>
background-color css
<style>
a { background-color: #3AFFB8; }
a { background-color: rgb(58,255,184); }
div.DivClassName
{
background-color: #3AFFB8;
}
.BgClassName
{
background-color: #3AFFB8;
}
</style>
border-color css
<style>
span { border-color: #3AFFB8; }
span { border-color: rgb(58,255,184); }
td.TdClassName
{
border-color: #3AFFB8;
}
.TagClassName
{
border-color: #3AFFB8;
}
</style>