Shades of Turquoise #3AFFF2
Tints of Turquoise #3AFFF2
RGB
CMYK
RGB Variations
Color information
#3AFFF2 (or 0x3AFFF2) is known color: Turquoise. HEX triplet: 3A, FF and F2. RGB value is (58,255,242). Sum of RGB (Red+Green+Blue) = 58+255+242=555 (73% of max value = 765). Red value is 58 (23.05% from 255 or 10.45% from 555); Green value is 255 (100% from 255 or 45.95% from 555); Blue value is 242 (94.92% from 255 or 43.60% from 555); Max value from RGB is 255 - color contains mainly: green. Hex color #3AFFF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AFFF2 is #C5000D. Grayscale: #C2C2C2. Windows color (decimal): -12910606 or 15925050. OLE color: 15925050.
HSL color Cylindrical-coordinate representation of color #3AFFF2: hue angle of 176.04º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFFF2 is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 255 | 242 | - |
| CMYK | 0.77 | 0 | 0.05 | 0 |
| HSL | 176.04º | 1% | 0.61% | - |
| HSV(B) | 176.04º | 0.77% | 1% | - |
| XYZ | 53.53 | 78.83 | 96.4 | - |
| YUV | 194.62 | 154.73 | 30.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 255 | 242 | 0.77 | 0 | 0.05 | 0 | 176.04 | 1 | 0.61 |
| Hex | 3A | FF | F2 | 4D | 0 | 5 | 0 | B0 | 64 | 3D |
| Octal | 72 | 377 | 362 | 115 | 0 | 5 | 0 | 260 | 144 | 75 |
| Binary | 111010 | 11111111 | 11110010 | 1001101 | 0 | 101 | 0 | 10110000 | 1100100 | 111101 |
Color Harmonies of #3AFFF2
Complementary color
Monochromatic Colors of #3AFFF2
Black with #3AFFF2
Text Example
Text Example
White with #3AFFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFFF2; }
p { color: rgb(58,255,242); }
H1.HeaderClassName
{
color: #3AFFF2;
}
.AnyTagClassName
{
color: #3AFFF2;
}
</style>
background-color css
<style>
a { background-color: #3AFFF2; }
a { background-color: rgb(58,255,242); }
div.DivClassName
{
background-color: #3AFFF2;
}
.BgClassName
{
background-color: #3AFFF2;
}
</style>
border-color css
<style>
span { border-color: #3AFFF2; }
span { border-color: rgb(58,255,242); }
td.TdClassName
{
border-color: #3AFFF2;
}
.TagClassName
{
border-color: #3AFFF2;
}
</style>