Shades of Turquoise #3AFBC8
Tints of Turquoise #3AFBC8
RGB
CMYK
RGB Variations
Color information
#3AFBC8 (or 0x3AFBC8) is known color: Turquoise. HEX triplet: 3A, FB and C8. RGB value is (58,251,200). Sum of RGB (Red+Green+Blue) = 58+251+200=509 (67% of max value = 765). Red value is 58 (23.05% from 255 or 11.39% from 509); Green value is 251 (98.44% from 255 or 49.31% from 509); Blue value is 200 (78.52% from 255 or 39.29% from 509); Max value from RGB is 251 - color contains mainly: green. Hex color #3AFBC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFBC8 is #C50437. Grayscale: #BBBBBB. Windows color (decimal): -12911672 or 13171514. OLE color: 13171514.
HSL color Cylindrical-coordinate representation of color #3AFBC8: hue angle of 164.15º 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 #3AFBC8 is Cyan = 0.77, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 251 | 200 | - |
| CMYK | 0.77 | 0 | 0.20 | 0.02 |
| HSL | 164.15º | 0.96% | 0.61% | - |
| HSV(B) | 164.15º | 0.77% | 0.98% | - |
| XYZ | 46.67 | 74.06 | 66.48 | - |
| YUV | 187.48 | 135.06 | 35.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 251 | 200 | 0.77 | 0 | 0.20 | 0.02 | 164.15 | 0.96 | 0.61 |
| Hex | 3A | FB | C8 | 4D | 0 | 14 | 2 | A4 | 60 | 3D |
| Octal | 72 | 373 | 310 | 115 | 0 | 24 | 2 | 244 | 140 | 75 |
| Binary | 111010 | 11111011 | 11001000 | 1001101 | 0 | 10100 | 10 | 10100100 | 1100000 | 111101 |
Color Harmonies of #3AFBC8
Complementary color
Monochromatic Colors of #3AFBC8
Black with #3AFBC8
Text Example
Text Example
White with #3AFBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFBC8; }
p { color: rgb(58,251,200); }
H1.HeaderClassName
{
color: #3AFBC8;
}
.AnyTagClassName
{
color: #3AFBC8;
}
</style>
background-color css
<style>
a { background-color: #3AFBC8; }
a { background-color: rgb(58,251,200); }
div.DivClassName
{
background-color: #3AFBC8;
}
.BgClassName
{
background-color: #3AFBC8;
}
</style>
border-color css
<style>
span { border-color: #3AFBC8; }
span { border-color: rgb(58,251,200); }
td.TdClassName
{
border-color: #3AFBC8;
}
.TagClassName
{
border-color: #3AFBC8;
}
</style>