Shades of Turquoise #3AF8C4
Tints of Turquoise #3AF8C4
RGB
CMYK
RGB Variations
Color information
#3AF8C4 (or 0x3AF8C4) is known color: Turquoise. HEX triplet: 3A, F8 and C4. RGB value is (58,248,196). Sum of RGB (Red+Green+Blue) = 58+248+196=502 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.55% from 502); Green value is 248 (97.27% from 255 or 49.40% from 502); Blue value is 196 (76.95% from 255 or 39.04% from 502); Max value from RGB is 248 - color contains mainly: green. Hex color #3AF8C4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AF8C4 is #C5073B. Grayscale: #B9B9B9. Windows color (decimal): -12912444 or 12908602. OLE color: 12908602.
HSL color Cylindrical-coordinate representation of color #3AF8C4: hue angle of 163.58º 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 #3AF8C4 is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 58 | 248 | 196 | - |
| CMYK | 0.77 | 0 | 0.21 | 0.03 |
| HSL | 163.58º | 0.93% | 0.6% | - |
| HSV(B) | 163.58º | 0.77% | 0.97% | - |
| XYZ | 45.28 | 72.02 | 63.74 | - |
| YUV | 185.26 | 134.05 | 37.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 248 | 196 | 0.77 | 0 | 0.21 | 0.03 | 163.58 | 0.93 | 0.6 |
| Hex | 3A | F8 | C4 | 4D | 0 | 15 | 3 | A4 | 5D | 3C |
| Octal | 72 | 370 | 304 | 115 | 0 | 25 | 3 | 244 | 135 | 74 |
| Binary | 111010 | 11111000 | 11000100 | 1001101 | 0 | 10101 | 11 | 10100100 | 1011101 | 111100 |
Color Harmonies of #3AF8C4
Complementary color
Monochromatic Colors of #3AF8C4
Black with #3AF8C4
Text Example
Text Example
White with #3AF8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF8C4; }
p { color: rgb(58,248,196); }
H1.HeaderClassName
{
color: #3AF8C4;
}
.AnyTagClassName
{
color: #3AF8C4;
}
</style>
background-color css
<style>
a { background-color: #3AF8C4; }
a { background-color: rgb(58,248,196); }
div.DivClassName
{
background-color: #3AF8C4;
}
.BgClassName
{
background-color: #3AF8C4;
}
</style>
border-color css
<style>
span { border-color: #3AF8C4; }
span { border-color: rgb(58,248,196); }
td.TdClassName
{
border-color: #3AF8C4;
}
.TagClassName
{
border-color: #3AF8C4;
}
</style>