Shades of Turquoise #3AEEDF
Tints of Turquoise #3AEEDF
RGB
CMYK
RGB Variations
Color information
#3AEEDF (or 0x3AEEDF) is known color: Turquoise. HEX triplet: 3A, EE and DF. RGB value is (58,238,223). Sum of RGB (Red+Green+Blue) = 58+238+223=519 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.18% from 519); Green value is 238 (93.36% from 255 or 45.86% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 238 - color contains mainly: green. Hex color #3AEEDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AEEDF is #C51120. Grayscale: #B6B6B6. Windows color (decimal): -12914977 or 14675514. OLE color: 14675514.
HSL color Cylindrical-coordinate representation of color #3AEEDF: hue angle of 175º 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 #3AEEDF is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 238 | 223 | - |
| CMYK | 0.76 | 0 | 0.06 | 0.07 |
| HSL | 175º | 0.84% | 0.58% | - |
| HSV(B) | 175º | 0.76% | 0.93% | - |
| XYZ | 45.64 | 67.38 | 80.41 | - |
| YUV | 182.47 | 150.87 | 39.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 238 | 223 | 0.76 | 0 | 0.06 | 0.07 | 175 | 0.84 | 0.58 |
| Hex | 3A | EE | DF | 4C | 0 | 6 | 7 | AF | 54 | 3A |
| Octal | 72 | 356 | 337 | 114 | 0 | 6 | 7 | 257 | 124 | 72 |
| Binary | 111010 | 11101110 | 11011111 | 1001100 | 0 | 110 | 111 | 10101111 | 1010100 | 111010 |
Color Harmonies of #3AEEDF
Complementary color
Monochromatic Colors of #3AEEDF
Black with #3AEEDF
Text Example
Text Example
White with #3AEEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AEEDF; }
p { color: rgb(58,238,223); }
H1.HeaderClassName
{
color: #3AEEDF;
}
.AnyTagClassName
{
color: #3AEEDF;
}
</style>
background-color css
<style>
a { background-color: #3AEEDF; }
a { background-color: rgb(58,238,223); }
div.DivClassName
{
background-color: #3AEEDF;
}
.BgClassName
{
background-color: #3AEEDF;
}
</style>
border-color css
<style>
span { border-color: #3AEEDF; }
span { border-color: rgb(58,238,223); }
td.TdClassName
{
border-color: #3AEEDF;
}
.TagClassName
{
border-color: #3AEEDF;
}
</style>