Shades of Turquoise #3AEBDF
Tints of Turquoise #3AEBDF
RGB
CMYK
RGB Variations
Color information
#3AEBDF (or 0x3AEBDF) is known color: Turquoise. HEX triplet: 3A, EB and DF. RGB value is (58,235,223). Sum of RGB (Red+Green+Blue) = 58+235+223=516 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.24% from 516); Green value is 235 (92.19% from 255 or 45.54% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 235 - color contains mainly: green. Hex color #3AEBDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AEBDF is #C51420. Grayscale: #B4B4B4. Windows color (decimal): -12915745 or 14674746. OLE color: 14674746.
HSL color Cylindrical-coordinate representation of color #3AEBDF: hue angle of 175.93º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AEBDF is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 58 | 235 | 223 | - |
| CMYK | 0.75 | 0 | 0.05 | 0.08 |
| HSL | 175.93º | 0.82% | 0.57% | - |
| HSV(B) | 175.93º | 0.75% | 0.92% | - |
| XYZ | 44.77 | 65.64 | 80.12 | - |
| YUV | 180.71 | 151.86 | 40.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 235 | 223 | 0.75 | 0 | 0.05 | 0.08 | 175.93 | 0.82 | 0.57 |
| Hex | 3A | EB | DF | 4B | 0 | 5 | 8 | B0 | 52 | 39 |
| Octal | 72 | 353 | 337 | 113 | 0 | 5 | 10 | 260 | 122 | 71 |
| Binary | 111010 | 11101011 | 11011111 | 1001011 | 0 | 101 | 1000 | 10110000 | 1010010 | 111001 |
Color Harmonies of #3AEBDF
Complementary color
Monochromatic Colors of #3AEBDF
Black with #3AEBDF
Text Example
Text Example
White with #3AEBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AEBDF; }
p { color: rgb(58,235,223); }
H1.HeaderClassName
{
color: #3AEBDF;
}
.AnyTagClassName
{
color: #3AEBDF;
}
</style>
background-color css
<style>
a { background-color: #3AEBDF; }
a { background-color: rgb(58,235,223); }
div.DivClassName
{
background-color: #3AEBDF;
}
.BgClassName
{
background-color: #3AEBDF;
}
</style>
border-color css
<style>
span { border-color: #3AEBDF; }
span { border-color: rgb(58,235,223); }
td.TdClassName
{
border-color: #3AEBDF;
}
.TagClassName
{
border-color: #3AEBDF;
}
</style>