Shades of Turquoise #3AD9F1
Tints of Turquoise #3AD9F1
RGB
CMYK
RGB Variations
Color information
#3AD9F1 (or 0x3AD9F1) is known color: Turquoise. HEX triplet: 3A, D9 and F1. RGB value is (58,217,241). Sum of RGB (Red+Green+Blue) = 58+217+241=516 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.24% from 516); Green value is 217 (85.16% from 255 or 42.05% from 516); Blue value is 241 (94.53% from 255 or 46.71% from 516); Max value from RGB is 241 - color contains mainly: blue. Hex color #3AD9F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3AD9F1 is #C5260E. Grayscale: #ABABAB. Windows color (decimal): -12920335 or 15849786. OLE color: 15849786.
HSL color Cylindrical-coordinate representation of color #3AD9F1: hue angle of 187.87º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AD9F1 is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 217 | 241 | - |
| CMYK | 0.76 | 0.10 | 0 | 0.05 |
| HSL | 187.87º | 0.87% | 0.59% | - |
| HSV(B) | 187.87º | 0.76% | 0.95% | - |
| XYZ | 42.43 | 56.88 | 91.96 | - |
| YUV | 172.2 | 166.82 | 46.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 217 | 241 | 0.76 | 0.10 | 0 | 0.05 | 187.87 | 0.87 | 0.59 |
| Hex | 3A | D9 | F1 | 4C | A | 0 | 5 | BC | 57 | 3B |
| Octal | 72 | 331 | 361 | 114 | 12 | 0 | 5 | 274 | 127 | 73 |
| Binary | 111010 | 11011001 | 11110001 | 1001100 | 1010 | 0 | 101 | 10111100 | 1010111 | 111011 |
Color Harmonies of #3AD9F1
Complementary color
Monochromatic Colors of #3AD9F1
Black with #3AD9F1
Text Example
Text Example
White with #3AD9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD9F1; }
p { color: rgb(58,217,241); }
H1.HeaderClassName
{
color: #3AD9F1;
}
.AnyTagClassName
{
color: #3AD9F1;
}
</style>
background-color css
<style>
a { background-color: #3AD9F1; }
a { background-color: rgb(58,217,241); }
div.DivClassName
{
background-color: #3AD9F1;
}
.BgClassName
{
background-color: #3AD9F1;
}
</style>
border-color css
<style>
span { border-color: #3AD9F1; }
span { border-color: rgb(58,217,241); }
td.TdClassName
{
border-color: #3AD9F1;
}
.TagClassName
{
border-color: #3AD9F1;
}
</style>