Shades of Turquoise #3AFEF9
Tints of Turquoise #3AFEF9
RGB
CMYK
RGB Variations
Color information
#3AFEF9 (or 0x3AFEF9) is known color: Turquoise. HEX triplet: 3A, FE and F9. RGB value is (58,254,249). Sum of RGB (Red+Green+Blue) = 58+254+249=561 (74% of max value = 765). Red value is 58 (23.05% from 255 or 10.34% from 561); Green value is 254 (99.61% from 255 or 45.28% from 561); Blue value is 249 (97.66% from 255 or 44.39% from 561); Max value from RGB is 254 - color contains mainly: green. Hex color #3AFEF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AFEF9 is #C50106. Grayscale: #C2C2C2. Windows color (decimal): -12910855 or 16383546. OLE color: 16383546.
HSL color Cylindrical-coordinate representation of color #3AFEF9: hue angle of 178.47º 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 #3AFEF9 is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 254 | 249 | - |
| CMYK | 0.77 | 0 | 0.02 | 0.00 |
| HSL | 178.47º | 0.99% | 0.61% | - |
| HSV(B) | 178.47º | 0.77% | 1% | - |
| XYZ | 54.29 | 78.62 | 101.94 | - |
| YUV | 194.83 | 158.57 | 30.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 254 | 249 | 0.77 | 0 | 0.02 | 0.00 | 178.47 | 0.99 | 0.61 |
| Hex | 3A | FE | F9 | 4D | 0 | 2 | 0 | B2 | 63 | 3D |
| Octal | 72 | 376 | 371 | 115 | 0 | 2 | 0 | 262 | 143 | 75 |
| Binary | 111010 | 11111110 | 11111001 | 1001101 | 0 | 10 | 0 | 10110010 | 1100011 | 111101 |
Color Harmonies of #3AFEF9
Complementary color
Monochromatic Colors of #3AFEF9
Black with #3AFEF9
Text Example
Text Example
White with #3AFEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFEF9; }
p { color: rgb(58,254,249); }
H1.HeaderClassName
{
color: #3AFEF9;
}
.AnyTagClassName
{
color: #3AFEF9;
}
</style>
background-color css
<style>
a { background-color: #3AFEF9; }
a { background-color: rgb(58,254,249); }
div.DivClassName
{
background-color: #3AFEF9;
}
.BgClassName
{
background-color: #3AFEF9;
}
</style>
border-color css
<style>
span { border-color: #3AFEF9; }
span { border-color: rgb(58,254,249); }
td.TdClassName
{
border-color: #3AFEF9;
}
.TagClassName
{
border-color: #3AFEF9;
}
</style>