Shades of Turquoise #3AECFD
Tints of Turquoise #3AECFD
RGB
CMYK
RGB Variations
Color information
#3AECFD (or 0x3AECFD) is known color: Turquoise. HEX triplet: 3A, EC and FD. RGB value is (58,236,253). Sum of RGB (Red+Green+Blue) = 58+236+253=547 (72% of max value = 765). Red value is 58 (23.05% from 255 or 10.60% from 547); Green value is 236 (92.58% from 255 or 43.14% from 547); Blue value is 253 (99.22% from 255 or 46.25% from 547); Max value from RGB is 253 - color contains mainly: blue. Hex color #3AECFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AECFD is #C51302. Grayscale: #B8B8B8. Windows color (decimal): -12915459 or 16641082. OLE color: 16641082.
HSL color Cylindrical-coordinate representation of color #3AECFD: hue angle of 185.23º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AECFD is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 236 | 253 | - |
| CMYK | 0.77 | 0.07 | 0 | 0.01 |
| HSL | 185.23º | 0.98% | 0.61% | - |
| HSV(B) | 185.23º | 0.77% | 0.99% | - |
| XYZ | 49.47 | 67.98 | 103.44 | - |
| YUV | 184.72 | 166.53 | 37.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 236 | 253 | 0.77 | 0.07 | 0 | 0.01 | 185.23 | 0.98 | 0.61 |
| Hex | 3A | EC | FD | 4D | 7 | 0 | 1 | B9 | 62 | 3D |
| Octal | 72 | 354 | 375 | 115 | 7 | 0 | 1 | 271 | 142 | 75 |
| Binary | 111010 | 11101100 | 11111101 | 1001101 | 111 | 0 | 1 | 10111001 | 1100010 | 111101 |
Color Harmonies of #3AECFD
Complementary color
Monochromatic Colors of #3AECFD
Black with #3AECFD
Text Example
Text Example
White with #3AECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AECFD; }
p { color: rgb(58,236,253); }
H1.HeaderClassName
{
color: #3AECFD;
}
.AnyTagClassName
{
color: #3AECFD;
}
</style>
background-color css
<style>
a { background-color: #3AECFD; }
a { background-color: rgb(58,236,253); }
div.DivClassName
{
background-color: #3AECFD;
}
.BgClassName
{
background-color: #3AECFD;
}
</style>
border-color css
<style>
span { border-color: #3AECFD; }
span { border-color: rgb(58,236,253); }
td.TdClassName
{
border-color: #3AECFD;
}
.TagClassName
{
border-color: #3AECFD;
}
</style>