Shades of Turquoise #3AEEFF
Tints of Turquoise #3AEEFF
RGB
CMYK
RGB Variations
Color information
#3AEEFF (or 0x3AEEFF) is known color: Turquoise. HEX triplet: 3A, EE and FF. RGB value is (58,238,255). Sum of RGB (Red+Green+Blue) = 58+238+255=551 (72% of max value = 765). Red value is 58 (23.05% from 255 or 10.53% from 551); Green value is 238 (93.36% from 255 or 43.19% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #3AEEFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AEEFF is #C51100. Grayscale: #B9B9B9. Windows color (decimal): -12914945 or 16772666. OLE color: 16772666.
HSL color Cylindrical-coordinate representation of color #3AEEFF: hue angle of 185.18º 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 #3AEEFF is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 238 | 255 | - |
| CMYK | 0.77 | 0.07 | 0 | 0 |
| HSL | 185.18º | 1% | 0.61% | - |
| HSV(B) | 185.18º | 0.77% | 1% | - |
| XYZ | 50.37 | 69.27 | 105.32 | - |
| YUV | 186.12 | 166.87 | 36.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 238 | 255 | 0.77 | 0.07 | 0 | 0 | 185.18 | 1 | 0.61 |
| Hex | 3A | EE | FF | 4D | 7 | 0 | 0 | B9 | 64 | 3D |
| Octal | 72 | 356 | 377 | 115 | 7 | 0 | 0 | 271 | 144 | 75 |
| Binary | 111010 | 11101110 | 11111111 | 1001101 | 111 | 0 | 0 | 10111001 | 1100100 | 111101 |
Color Harmonies of #3AEEFF
Complementary color
Monochromatic Colors of #3AEEFF
Black with #3AEEFF
Text Example
Text Example
White with #3AEEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AEEFF; }
p { color: rgb(58,238,255); }
H1.HeaderClassName
{
color: #3AEEFF;
}
.AnyTagClassName
{
color: #3AEEFF;
}
</style>
background-color css
<style>
a { background-color: #3AEEFF; }
a { background-color: rgb(58,238,255); }
div.DivClassName
{
background-color: #3AEEFF;
}
.BgClassName
{
background-color: #3AEEFF;
}
</style>
border-color css
<style>
span { border-color: #3AEEFF; }
span { border-color: rgb(58,238,255); }
td.TdClassName
{
border-color: #3AEEFF;
}
.TagClassName
{
border-color: #3AEEFF;
}
</style>