Shades of Turquoise #3AECEE
Tints of Turquoise #3AECEE
RGB
CMYK
RGB Variations
Color information
#3AECEE (or 0x3AECEE) is known color: Turquoise. HEX triplet: 3A, EC and EE. RGB value is (58,236,238). Sum of RGB (Red+Green+Blue) = 58+236+238=532 (70% of max value = 765). Red value is 58 (23.05% from 255 or 10.90% from 532); Green value is 236 (92.58% from 255 or 44.36% from 532); Blue value is 238 (93.36% from 255 or 44.74% from 532); Max value from RGB is 238 - color contains mainly: blue. Hex color #3AECEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AECEE is #C51311. Grayscale: #B6B6B6. Windows color (decimal): -12915474 or 15658042. OLE color: 15658042.
HSL color Cylindrical-coordinate representation of color #3AECEE: hue angle of 180.67º 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 #3AECEE is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 236 | 238 | - |
| CMYK | 0.76 | 0.01 | 0 | 0.07 |
| HSL | 180.67º | 0.84% | 0.58% | - |
| HSV(B) | 180.67º | 0.76% | 0.93% | - |
| XYZ | 47.17 | 67.06 | 91.35 | - |
| YUV | 183.01 | 159.03 | 38.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 236 | 238 | 0.76 | 0.01 | 0 | 0.07 | 180.67 | 0.84 | 0.58 |
| Hex | 3A | EC | EE | 4C | 1 | 0 | 7 | B5 | 54 | 3A |
| Octal | 72 | 354 | 356 | 114 | 1 | 0 | 7 | 265 | 124 | 72 |
| Binary | 111010 | 11101100 | 11101110 | 1001100 | 1 | 0 | 111 | 10110101 | 1010100 | 111010 |
Color Harmonies of #3AECEE
Complementary color
Monochromatic Colors of #3AECEE
Black with #3AECEE
Text Example
Text Example
White with #3AECEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AECEE; }
p { color: rgb(58,236,238); }
H1.HeaderClassName
{
color: #3AECEE;
}
.AnyTagClassName
{
color: #3AECEE;
}
</style>
background-color css
<style>
a { background-color: #3AECEE; }
a { background-color: rgb(58,236,238); }
div.DivClassName
{
background-color: #3AECEE;
}
.BgClassName
{
background-color: #3AECEE;
}
</style>
border-color css
<style>
span { border-color: #3AECEE; }
span { border-color: rgb(58,236,238); }
td.TdClassName
{
border-color: #3AECEE;
}
.TagClassName
{
border-color: #3AECEE;
}
</style>