Shades of Turquoise #3AEAFF
Tints of Turquoise #3AEAFF
RGB
CMYK
RGB Variations
Color information
#3AEAFF (or 0x3AEAFF) is known color: Turquoise. HEX triplet: 3A, EA and FF. RGB value is (58,234,255). Sum of RGB (Red+Green+Blue) = 58+234+255=547 (72% of max value = 765). Red value is 58 (23.05% from 255 or 10.60% from 547); Green value is 234 (91.80% from 255 or 42.78% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #3AEAFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AEAFF is #C51500. Grayscale: #B7B7B7. Windows color (decimal): -12915969 or 16771642. OLE color: 16771642.
HSL color Cylindrical-coordinate representation of color #3AEAFF: hue angle of 186.4º 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 #3AEAFF is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 234 | 255 | - |
| CMYK | 0.77 | 0.08 | 0 | 0 |
| HSL | 186.4º | 1% | 0.61% | - |
| HSV(B) | 186.4º | 0.77% | 1% | - |
| XYZ | 49.22 | 66.97 | 104.94 | - |
| YUV | 183.77 | 168.19 | 38.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 234 | 255 | 0.77 | 0.08 | 0 | 0 | 186.4 | 1 | 0.61 |
| Hex | 3A | EA | FF | 4D | 8 | 0 | 0 | BA | 64 | 3D |
| Octal | 72 | 352 | 377 | 115 | 10 | 0 | 0 | 272 | 144 | 75 |
| Binary | 111010 | 11101010 | 11111111 | 1001101 | 1000 | 0 | 0 | 10111010 | 1100100 | 111101 |
Color Harmonies of #3AEAFF
Complementary color
Monochromatic Colors of #3AEAFF
Black with #3AEAFF
Text Example
Text Example
White with #3AEAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AEAFF; }
p { color: rgb(58,234,255); }
H1.HeaderClassName
{
color: #3AEAFF;
}
.AnyTagClassName
{
color: #3AEAFF;
}
</style>
background-color css
<style>
a { background-color: #3AEAFF; }
a { background-color: rgb(58,234,255); }
div.DivClassName
{
background-color: #3AEAFF;
}
.BgClassName
{
background-color: #3AEAFF;
}
</style>
border-color css
<style>
span { border-color: #3AEAFF; }
span { border-color: rgb(58,234,255); }
td.TdClassName
{
border-color: #3AEAFF;
}
.TagClassName
{
border-color: #3AEAFF;
}
</style>