Shades of Turquoise #3AFBD8
Tints of Turquoise #3AFBD8
RGB
CMYK
RGB Variations
Color information
#3AFBD8 (or 0x3AFBD8) is known color: Turquoise. HEX triplet: 3A, FB and D8. RGB value is (58,251,216). Sum of RGB (Red+Green+Blue) = 58+251+216=525 (69% of max value = 765). Red value is 58 (23.05% from 255 or 11.05% from 525); Green value is 251 (98.44% from 255 or 47.81% from 525); Blue value is 216 (84.77% from 255 or 41.14% from 525); Max value from RGB is 251 - color contains mainly: green. Hex color #3AFBD8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFBD8 is #C50427. Grayscale: #BDBDBD. Windows color (decimal): -12911656 or 14220090. OLE color: 14220090.
HSL color Cylindrical-coordinate representation of color #3AFBD8: hue angle of 169.12º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFBD8 is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 251 | 216 | - |
| CMYK | 0.77 | 0 | 0.14 | 0.02 |
| HSL | 169.12º | 0.96% | 0.61% | - |
| HSV(B) | 169.12º | 0.77% | 0.98% | - |
| XYZ | 48.64 | 74.85 | 76.85 | - |
| YUV | 189.3 | 143.06 | 34.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 251 | 216 | 0.77 | 0 | 0.14 | 0.02 | 169.12 | 0.96 | 0.61 |
| Hex | 3A | FB | D8 | 4D | 0 | E | 2 | A9 | 60 | 3D |
| Octal | 72 | 373 | 330 | 115 | 0 | 16 | 2 | 251 | 140 | 75 |
| Binary | 111010 | 11111011 | 11011000 | 1001101 | 0 | 1110 | 10 | 10101001 | 1100000 | 111101 |
Color Harmonies of #3AFBD8
Complementary color
Monochromatic Colors of #3AFBD8
Black with #3AFBD8
Text Example
Text Example
White with #3AFBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFBD8; }
p { color: rgb(58,251,216); }
H1.HeaderClassName
{
color: #3AFBD8;
}
.AnyTagClassName
{
color: #3AFBD8;
}
</style>
background-color css
<style>
a { background-color: #3AFBD8; }
a { background-color: rgb(58,251,216); }
div.DivClassName
{
background-color: #3AFBD8;
}
.BgClassName
{
background-color: #3AFBD8;
}
</style>
border-color css
<style>
span { border-color: #3AFBD8; }
span { border-color: rgb(58,251,216); }
td.TdClassName
{
border-color: #3AFBD8;
}
.TagClassName
{
border-color: #3AFBD8;
}
</style>