Shades of Turquoise #3AFEF6
Tints of Turquoise #3AFEF6
RGB
CMYK
RGB Variations
Color information
#3AFEF6 (or 0x3AFEF6) is known color: Turquoise. HEX triplet: 3A, FE and F6. RGB value is (58,254,246). Sum of RGB (Red+Green+Blue) = 58+254+246=558 (73% of max value = 765). Red value is 58 (23.05% from 255 or 10.39% from 558); Green value is 254 (99.61% from 255 or 45.52% from 558); Blue value is 246 (96.48% from 255 or 44.09% from 558); Max value from RGB is 254 - color contains mainly: green. Hex color #3AFEF6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AFEF6 is #C50109. Grayscale: #C2C2C2. Windows color (decimal): -12910858 or 16186938. OLE color: 16186938.
HSL color Cylindrical-coordinate representation of color #3AFEF6: hue angle of 177.55º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFEF6 is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 254 | 246 | - |
| CMYK | 0.77 | 0 | 0.03 | 0.00 |
| HSL | 177.55º | 0.99% | 0.61% | - |
| HSV(B) | 177.55º | 0.77% | 1% | - |
| XYZ | 53.82 | 78.44 | 99.49 | - |
| YUV | 194.48 | 157.07 | 30.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 254 | 246 | 0.77 | 0 | 0.03 | 0.00 | 177.55 | 0.99 | 0.61 |
| Hex | 3A | FE | F6 | 4D | 0 | 3 | 0 | B2 | 63 | 3D |
| Octal | 72 | 376 | 366 | 115 | 0 | 3 | 0 | 262 | 143 | 75 |
| Binary | 111010 | 11111110 | 11110110 | 1001101 | 0 | 11 | 0 | 10110010 | 1100011 | 111101 |
Color Harmonies of #3AFEF6
Complementary color
Monochromatic Colors of #3AFEF6
Black with #3AFEF6
Text Example
Text Example
White with #3AFEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFEF6; }
p { color: rgb(58,254,246); }
H1.HeaderClassName
{
color: #3AFEF6;
}
.AnyTagClassName
{
color: #3AFEF6;
}
</style>
background-color css
<style>
a { background-color: #3AFEF6; }
a { background-color: rgb(58,254,246); }
div.DivClassName
{
background-color: #3AFEF6;
}
.BgClassName
{
background-color: #3AFEF6;
}
</style>
border-color css
<style>
span { border-color: #3AFEF6; }
span { border-color: rgb(58,254,246); }
td.TdClassName
{
border-color: #3AFEF6;
}
.TagClassName
{
border-color: #3AFEF6;
}
</style>