Shades of Turquoise #3AF1E7
Tints of Turquoise #3AF1E7
RGB
CMYK
RGB Variations
Color information
#3AF1E7 (or 0x3AF1E7) is known color: Turquoise. HEX triplet: 3A, F1 and E7. RGB value is (58,241,231). Sum of RGB (Red+Green+Blue) = 58+241+231=530 (70% of max value = 765). Red value is 58 (23.05% from 255 or 10.94% from 530); Green value is 241 (94.53% from 255 or 45.47% from 530); Blue value is 231 (90.62% from 255 or 43.58% from 530); Max value from RGB is 241 - color contains mainly: green. Hex color #3AF1E7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AF1E7 is #C50E18. Grayscale: #B9B9B9. Windows color (decimal): -12914201 or 15200570. OLE color: 15200570.
HSL color Cylindrical-coordinate representation of color #3AF1E7: hue angle of 176.72º 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 #3AF1E7 is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 241 | 231 | - |
| CMYK | 0.76 | 0 | 0.04 | 0.05 |
| HSL | 176.72º | 0.87% | 0.59% | - |
| HSV(B) | 176.72º | 0.76% | 0.95% | - |
| XYZ | 47.62 | 69.58 | 86.52 | - |
| YUV | 185.14 | 153.87 | 37.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 241 | 231 | 0.76 | 0 | 0.04 | 0.05 | 176.72 | 0.87 | 0.59 |
| Hex | 3A | F1 | E7 | 4C | 0 | 4 | 5 | B1 | 57 | 3B |
| Octal | 72 | 361 | 347 | 114 | 0 | 4 | 5 | 261 | 127 | 73 |
| Binary | 111010 | 11110001 | 11100111 | 1001100 | 0 | 100 | 101 | 10110001 | 1010111 | 111011 |
Color Harmonies of #3AF1E7
Complementary color
Monochromatic Colors of #3AF1E7
Black with #3AF1E7
Text Example
Text Example
White with #3AF1E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF1E7; }
p { color: rgb(58,241,231); }
H1.HeaderClassName
{
color: #3AF1E7;
}
.AnyTagClassName
{
color: #3AF1E7;
}
</style>
background-color css
<style>
a { background-color: #3AF1E7; }
a { background-color: rgb(58,241,231); }
div.DivClassName
{
background-color: #3AF1E7;
}
.BgClassName
{
background-color: #3AF1E7;
}
</style>
border-color css
<style>
span { border-color: #3AF1E7; }
span { border-color: rgb(58,241,231); }
td.TdClassName
{
border-color: #3AF1E7;
}
.TagClassName
{
border-color: #3AF1E7;
}
</style>