Shades of Turquoise #3AE5CB
Tints of Turquoise #3AE5CB
RGB
CMYK
RGB Variations
Color information
#3AE5CB (or 0x3AE5CB) is known color: Turquoise. HEX triplet: 3A, E5 and CB. RGB value is (58,229,203). Sum of RGB (Red+Green+Blue) = 58+229+203=490 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.84% from 490); Green value is 229 (89.84% from 255 or 46.73% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 229 - color contains mainly: green. Hex color #3AE5CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AE5CB is #C51A34. Grayscale: #AEAEAE. Windows color (decimal): -12917301 or 13362490. OLE color: 13362490.
HSL color Cylindrical-coordinate representation of color #3AE5CB: hue angle of 170.88º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AE5CB is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 58 | 229 | 203 | - |
| CMYK | 0.75 | 0 | 0.11 | 0.10 |
| HSL | 170.88º | 0.77% | 0.56% | - |
| HSV(B) | 170.88º | 0.75% | 0.9% | - |
| XYZ | 40.54 | 61.25 | 66.19 | - |
| YUV | 174.91 | 143.85 | 44.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 229 | 203 | 0.75 | 0 | 0.11 | 0.10 | 170.88 | 0.77 | 0.56 |
| Hex | 3A | E5 | CB | 4B | 0 | B | A | AB | 4D | 38 |
| Octal | 72 | 345 | 313 | 113 | 0 | 13 | 12 | 253 | 115 | 70 |
| Binary | 111010 | 11100101 | 11001011 | 1001011 | 0 | 1011 | 1010 | 10101011 | 1001101 | 111000 |
Color Harmonies of #3AE5CB
Complementary color
Monochromatic Colors of #3AE5CB
Black with #3AE5CB
Text Example
Text Example
White with #3AE5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AE5CB; }
p { color: rgb(58,229,203); }
H1.HeaderClassName
{
color: #3AE5CB;
}
.AnyTagClassName
{
color: #3AE5CB;
}
</style>
background-color css
<style>
a { background-color: #3AE5CB; }
a { background-color: rgb(58,229,203); }
div.DivClassName
{
background-color: #3AE5CB;
}
.BgClassName
{
background-color: #3AE5CB;
}
</style>
border-color css
<style>
span { border-color: #3AE5CB; }
span { border-color: rgb(58,229,203); }
td.TdClassName
{
border-color: #3AE5CB;
}
.TagClassName
{
border-color: #3AE5CB;
}
</style>