Shades of Turquoise #3AF9EA
Tints of Turquoise #3AF9EA
RGB
CMYK
RGB Variations
Color information
#3AF9EA (or 0x3AF9EA) is known color: Turquoise. HEX triplet: 3A, F9 and EA. RGB value is (58,249,234). Sum of RGB (Red+Green+Blue) = 58+249+234=541 (71% of max value = 765). Red value is 58 (23.05% from 255 or 10.72% from 541); Green value is 249 (97.66% from 255 or 46.03% from 541); Blue value is 234 (91.80% from 255 or 43.25% from 541); Max value from RGB is 249 - color contains mainly: green. Hex color #3AF9EA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AF9EA is #C50615. Grayscale: #BEBEBE. Windows color (decimal): -12912150 or 15399226. OLE color: 15399226.
HSL color Cylindrical-coordinate representation of color #3AF9EA: hue angle of 175.29º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AF9EA is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 249 | 234 | - |
| CMYK | 0.77 | 0 | 0.06 | 0.02 |
| HSL | 175.29º | 0.94% | 0.6% | - |
| HSV(B) | 175.29º | 0.77% | 0.98% | - |
| XYZ | 50.47 | 74.59 | 89.58 | - |
| YUV | 190.18 | 152.72 | 33.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 249 | 234 | 0.77 | 0 | 0.06 | 0.02 | 175.29 | 0.94 | 0.6 |
| Hex | 3A | F9 | EA | 4D | 0 | 6 | 2 | AF | 5E | 3C |
| Octal | 72 | 371 | 352 | 115 | 0 | 6 | 2 | 257 | 136 | 74 |
| Binary | 111010 | 11111001 | 11101010 | 1001101 | 0 | 110 | 10 | 10101111 | 1011110 | 111100 |
Color Harmonies of #3AF9EA
Complementary color
Monochromatic Colors of #3AF9EA
Black with #3AF9EA
Text Example
Text Example
White with #3AF9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF9EA; }
p { color: rgb(58,249,234); }
H1.HeaderClassName
{
color: #3AF9EA;
}
.AnyTagClassName
{
color: #3AF9EA;
}
</style>
background-color css
<style>
a { background-color: #3AF9EA; }
a { background-color: rgb(58,249,234); }
div.DivClassName
{
background-color: #3AF9EA;
}
.BgClassName
{
background-color: #3AF9EA;
}
</style>
border-color css
<style>
span { border-color: #3AF9EA; }
span { border-color: rgb(58,249,234); }
td.TdClassName
{
border-color: #3AF9EA;
}
.TagClassName
{
border-color: #3AF9EA;
}
</style>