Shades of Turquoise #3AEECB
Tints of Turquoise #3AEECB
RGB
CMYK
RGB Variations
Color information
#3AEECB (or 0x3AEECB) is known color: Turquoise. HEX triplet: 3A, EE and CB. RGB value is (58,238,203). Sum of RGB (Red+Green+Blue) = 58+238+203=499 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.62% from 499); Green value is 238 (93.36% from 255 or 47.70% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 238 - color contains mainly: green. Hex color #3AEECB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AEECB is #C51134. Grayscale: #B4B4B4. Windows color (decimal): -12914997 or 13364794. OLE color: 13364794.
HSL color Cylindrical-coordinate representation of color #3AEECB: hue angle of 168.33º 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 #3AEECB is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 238 | 203 | - |
| CMYK | 0.76 | 0 | 0.15 | 0.07 |
| HSL | 168.33º | 0.84% | 0.58% | - |
| HSV(B) | 168.33º | 0.76% | 0.93% | - |
| XYZ | 43.1 | 66.36 | 67.04 | - |
| YUV | 180.19 | 140.87 | 40.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 238 | 203 | 0.76 | 0 | 0.15 | 0.07 | 168.33 | 0.84 | 0.58 |
| Hex | 3A | EE | CB | 4C | 0 | F | 7 | A8 | 54 | 3A |
| Octal | 72 | 356 | 313 | 114 | 0 | 17 | 7 | 250 | 124 | 72 |
| Binary | 111010 | 11101110 | 11001011 | 1001100 | 0 | 1111 | 111 | 10101000 | 1010100 | 111010 |
Color Harmonies of #3AEECB
Complementary color
Monochromatic Colors of #3AEECB
Black with #3AEECB
Text Example
Text Example
White with #3AEECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AEECB; }
p { color: rgb(58,238,203); }
H1.HeaderClassName
{
color: #3AEECB;
}
.AnyTagClassName
{
color: #3AEECB;
}
</style>
background-color css
<style>
a { background-color: #3AEECB; }
a { background-color: rgb(58,238,203); }
div.DivClassName
{
background-color: #3AEECB;
}
.BgClassName
{
background-color: #3AEECB;
}
</style>
border-color css
<style>
span { border-color: #3AEECB; }
span { border-color: rgb(58,238,203); }
td.TdClassName
{
border-color: #3AEECB;
}
.TagClassName
{
border-color: #3AEECB;
}
</style>