Shades of Turquoise #3AECF8
Tints of Turquoise #3AECF8
RGB
CMYK
RGB Variations
Color information
#3AECF8 (or 0x3AECF8) is known color: Turquoise. HEX triplet: 3A, EC and F8. RGB value is (58,236,248). Sum of RGB (Red+Green+Blue) = 58+236+248=542 (71% of max value = 765). Red value is 58 (23.05% from 255 or 10.70% from 542); Green value is 236 (92.58% from 255 or 43.54% from 542); Blue value is 248 (97.27% from 255 or 45.76% from 542); Max value from RGB is 248 - color contains mainly: blue. Hex color #3AECF8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AECF8 is #C51307. Grayscale: #B7B7B7. Windows color (decimal): -12915464 or 16313402. OLE color: 16313402.
HSL color Cylindrical-coordinate representation of color #3AECF8: hue angle of 183.79º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AECF8 is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 58 | 236 | 248 | - |
| CMYK | 0.77 | 0.05 | 0 | 0.03 |
| HSL | 183.79º | 0.93% | 0.6% | - |
| HSV(B) | 183.79º | 0.77% | 0.97% | - |
| XYZ | 48.68 | 67.67 | 99.3 | - |
| YUV | 184.15 | 164.03 | 38.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 236 | 248 | 0.77 | 0.05 | 0 | 0.03 | 183.79 | 0.93 | 0.6 |
| Hex | 3A | EC | F8 | 4D | 5 | 0 | 3 | B8 | 5D | 3C |
| Octal | 72 | 354 | 370 | 115 | 5 | 0 | 3 | 270 | 135 | 74 |
| Binary | 111010 | 11101100 | 11111000 | 1001101 | 101 | 0 | 11 | 10111000 | 1011101 | 111100 |
Color Harmonies of #3AECF8
Complementary color
Monochromatic Colors of #3AECF8
Black with #3AECF8
Text Example
Text Example
White with #3AECF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AECF8; }
p { color: rgb(58,236,248); }
H1.HeaderClassName
{
color: #3AECF8;
}
.AnyTagClassName
{
color: #3AECF8;
}
</style>
background-color css
<style>
a { background-color: #3AECF8; }
a { background-color: rgb(58,236,248); }
div.DivClassName
{
background-color: #3AECF8;
}
.BgClassName
{
background-color: #3AECF8;
}
</style>
border-color css
<style>
span { border-color: #3AECF8; }
span { border-color: rgb(58,236,248); }
td.TdClassName
{
border-color: #3AECF8;
}
.TagClassName
{
border-color: #3AECF8;
}
</style>