Shades of Turquoise #3AEEEE
Tints of Turquoise #3AEEEE
RGB
CMYK
RGB Variations
Color information
#3AEEEE (or 0x3AEEEE) is known color: Turquoise. HEX triplet: 3A, EE and EE. RGB value is (58,238,238). Sum of RGB (Red+Green+Blue) = 58+238+238=534 (70% of max value = 765). Red value is 58 (23.05% from 255 or 10.86% from 534); Green value is 238 (93.36% from 255 or 44.57% from 534); Blue value is 238 (93.36% from 255 or 44.57% from 534); Max value from RGB is 238 - color contains mainly: green, blue. Hex color #3AEEEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AEEEE is #C51111. Grayscale: #B8B8B8. Windows color (decimal): -12914962 or 15658554. OLE color: 15658554.
HSL color Cylindrical-coordinate representation of color #3AEEEE: hue angle of 180º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AEEEE is Cyan = 0.76, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 238 | 238 | - |
| CMYK | 0.76 | 0 | 0 | 0.07 |
| HSL | 180º | 0.84% | 0.58% | - |
| HSV(B) | 180º | 0.76% | 0.93% | - |
| XYZ | 47.75 | 68.22 | 91.54 | - |
| YUV | 184.18 | 158.37 | 38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 238 | 238 | 0.76 | 0 | 0 | 0.07 | 180 | 0.84 | 0.58 |
| Hex | 3A | EE | EE | 4C | 0 | 0 | 7 | B4 | 54 | 3A |
| Octal | 72 | 356 | 356 | 114 | 0 | 0 | 7 | 264 | 124 | 72 |
| Binary | 111010 | 11101110 | 11101110 | 1001100 | 0 | 0 | 111 | 10110100 | 1010100 | 111010 |
Color Harmonies of #3AEEEE
Complementary color
Monochromatic Colors of #3AEEEE
Black with #3AEEEE
Text Example
Text Example
White with #3AEEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AEEEE; }
p { color: rgb(58,238,238); }
H1.HeaderClassName
{
color: #3AEEEE;
}
.AnyTagClassName
{
color: #3AEEEE;
}
</style>
background-color css
<style>
a { background-color: #3AEEEE; }
a { background-color: rgb(58,238,238); }
div.DivClassName
{
background-color: #3AEEEE;
}
.BgClassName
{
background-color: #3AEEEE;
}
</style>
border-color css
<style>
span { border-color: #3AEEEE; }
span { border-color: rgb(58,238,238); }
td.TdClassName
{
border-color: #3AEEEE;
}
.TagClassName
{
border-color: #3AEEEE;
}
</style>