Shades of Turquoise #3AFECB
Tints of Turquoise #3AFECB
RGB
CMYK
RGB Variations
Color information
#3AFECB (or 0x3AFECB) is known color: Turquoise. HEX triplet: 3A, FE and CB. RGB value is (58,254,203). Sum of RGB (Red+Green+Blue) = 58+254+203=515 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.26% from 515); Green value is 254 (99.61% from 255 or 49.32% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 254 - color contains mainly: green. Hex color #3AFECB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFECB is #C50134. Grayscale: #BDBDBD. Windows color (decimal): -12910901 or 13368890. OLE color: 13368890.
HSL color Cylindrical-coordinate representation of color #3AFECB: hue angle of 164.39º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFECB is Cyan = 0.77, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 254 | 203 | - |
| CMYK | 0.77 | 0 | 0.20 | 0.00 |
| HSL | 164.39º | 0.99% | 0.61% | - |
| HSV(B) | 164.39º | 0.77% | 1% | - |
| XYZ | 47.97 | 76.09 | 68.66 | - |
| YUV | 189.58 | 135.57 | 34.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 254 | 203 | 0.77 | 0 | 0.20 | 0.00 | 164.39 | 0.99 | 0.61 |
| Hex | 3A | FE | CB | 4D | 0 | 14 | 0 | A4 | 63 | 3D |
| Octal | 72 | 376 | 313 | 115 | 0 | 24 | 0 | 244 | 143 | 75 |
| Binary | 111010 | 11111110 | 11001011 | 1001101 | 0 | 10100 | 0 | 10100100 | 1100011 | 111101 |
Color Harmonies of #3AFECB
Complementary color
Monochromatic Colors of #3AFECB
Black with #3AFECB
Text Example
Text Example
White with #3AFECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFECB; }
p { color: rgb(58,254,203); }
H1.HeaderClassName
{
color: #3AFECB;
}
.AnyTagClassName
{
color: #3AFECB;
}
</style>
background-color css
<style>
a { background-color: #3AFECB; }
a { background-color: rgb(58,254,203); }
div.DivClassName
{
background-color: #3AFECB;
}
.BgClassName
{
background-color: #3AFECB;
}
</style>
border-color css
<style>
span { border-color: #3AFECB; }
span { border-color: rgb(58,254,203); }
td.TdClassName
{
border-color: #3AFECB;
}
.TagClassName
{
border-color: #3AFECB;
}
</style>