Shades of Turquoise #3AF8F1
Tints of Turquoise #3AF8F1
RGB
CMYK
RGB Variations
Color information
#3AF8F1 (or 0x3AF8F1) is known color: Turquoise. HEX triplet: 3A, F8 and F1. RGB value is (58,248,241). Sum of RGB (Red+Green+Blue) = 58+248+241=547 (72% of max value = 765). Red value is 58 (23.05% from 255 or 10.60% from 547); Green value is 248 (97.27% from 255 or 45.34% from 547); Blue value is 241 (94.53% from 255 or 44.06% from 547); Max value from RGB is 248 - color contains mainly: green. Hex color #3AF8F1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AF8F1 is #C5070E. Grayscale: #BEBEBE. Windows color (decimal): -12912399 or 15857722. OLE color: 15857722.
HSL color Cylindrical-coordinate representation of color #3AF8F1: hue angle of 177.79º 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 #3AF8F1 is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 58 | 248 | 241 | - |
| CMYK | 0.77 | 0 | 0.03 | 0.03 |
| HSL | 177.79º | 0.93% | 0.6% | - |
| HSV(B) | 177.79º | 0.77% | 0.97% | - |
| XYZ | 51.19 | 74.39 | 94.88 | - |
| YUV | 190.39 | 156.55 | 33.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 248 | 241 | 0.77 | 0 | 0.03 | 0.03 | 177.79 | 0.93 | 0.6 |
| Hex | 3A | F8 | F1 | 4D | 0 | 3 | 3 | B2 | 5D | 3C |
| Octal | 72 | 370 | 361 | 115 | 0 | 3 | 3 | 262 | 135 | 74 |
| Binary | 111010 | 11111000 | 11110001 | 1001101 | 0 | 11 | 11 | 10110010 | 1011101 | 111100 |
Color Harmonies of #3AF8F1
Complementary color
Monochromatic Colors of #3AF8F1
Black with #3AF8F1
Text Example
Text Example
White with #3AF8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF8F1; }
p { color: rgb(58,248,241); }
H1.HeaderClassName
{
color: #3AF8F1;
}
.AnyTagClassName
{
color: #3AF8F1;
}
</style>
background-color css
<style>
a { background-color: #3AF8F1; }
a { background-color: rgb(58,248,241); }
div.DivClassName
{
background-color: #3AF8F1;
}
.BgClassName
{
background-color: #3AF8F1;
}
</style>
border-color css
<style>
span { border-color: #3AF8F1; }
span { border-color: rgb(58,248,241); }
td.TdClassName
{
border-color: #3AF8F1;
}
.TagClassName
{
border-color: #3AF8F1;
}
</style>