Shades of Turquoise #3AFEF7
Tints of Turquoise #3AFEF7
RGB
CMYK
RGB Variations
Color information
#3AFEF7 (or 0x3AFEF7) is known color: Turquoise. HEX triplet: 3A, FE and F7. RGB value is (58,254,247). Sum of RGB (Red+Green+Blue) = 58+254+247=559 (74% of max value = 765). Red value is 58 (23.05% from 255 or 10.38% from 559); Green value is 254 (99.61% from 255 or 45.44% from 559); Blue value is 247 (96.88% from 255 or 44.19% from 559); Max value from RGB is 254 - color contains mainly: green. Hex color #3AFEF7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AFEF7 is #C50108. Grayscale: #C2C2C2. Windows color (decimal): -12910857 or 16252474. OLE color: 16252474.
HSL color Cylindrical-coordinate representation of color #3AFEF7: hue angle of 177.86º 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 #3AFEF7 is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 254 | 247 | - |
| CMYK | 0.77 | 0 | 0.03 | 0.00 |
| HSL | 177.86º | 0.99% | 0.61% | - |
| HSV(B) | 177.86º | 0.77% | 1% | - |
| XYZ | 53.98 | 78.5 | 100.3 | - |
| YUV | 194.6 | 157.57 | 30.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 254 | 247 | 0.77 | 0 | 0.03 | 0.00 | 177.86 | 0.99 | 0.61 |
| Hex | 3A | FE | F7 | 4D | 0 | 3 | 0 | B2 | 63 | 3D |
| Octal | 72 | 376 | 367 | 115 | 0 | 3 | 0 | 262 | 143 | 75 |
| Binary | 111010 | 11111110 | 11110111 | 1001101 | 0 | 11 | 0 | 10110010 | 1100011 | 111101 |
Color Harmonies of #3AFEF7
Complementary color
Monochromatic Colors of #3AFEF7
Black with #3AFEF7
Text Example
Text Example
White with #3AFEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFEF7; }
p { color: rgb(58,254,247); }
H1.HeaderClassName
{
color: #3AFEF7;
}
.AnyTagClassName
{
color: #3AFEF7;
}
</style>
background-color css
<style>
a { background-color: #3AFEF7; }
a { background-color: rgb(58,254,247); }
div.DivClassName
{
background-color: #3AFEF7;
}
.BgClassName
{
background-color: #3AFEF7;
}
</style>
border-color css
<style>
span { border-color: #3AFEF7; }
span { border-color: rgb(58,254,247); }
td.TdClassName
{
border-color: #3AFEF7;
}
.TagClassName
{
border-color: #3AFEF7;
}
</style>