Shades of Turquoise #3AFDCB
Tints of Turquoise #3AFDCB
RGB
CMYK
RGB Variations
Color information
#3AFDCB (or 0x3AFDCB) is known color: Turquoise. HEX triplet: 3A, FD and CB. RGB value is (58,253,203). Sum of RGB (Red+Green+Blue) = 58+253+203=514 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.28% from 514); Green value is 253 (99.22% from 255 or 49.22% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 253 - color contains mainly: green. Hex color #3AFDCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFDCB is #C50234. Grayscale: #BDBDBD. Windows color (decimal): -12911157 or 13368634. OLE color: 13368634.
HSL color Cylindrical-coordinate representation of color #3AFDCB: hue angle of 164.62º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFDCB is Cyan = 0.77, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 253 | 203 | - |
| CMYK | 0.77 | 0 | 0.20 | 0.01 |
| HSL | 164.62º | 0.98% | 0.61% | - |
| HSV(B) | 164.62º | 0.77% | 0.99% | - |
| XYZ | 47.65 | 75.46 | 68.55 | - |
| YUV | 189 | 135.9 | 34.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 253 | 203 | 0.77 | 0 | 0.20 | 0.01 | 164.62 | 0.98 | 0.61 |
| Hex | 3A | FD | CB | 4D | 0 | 14 | 1 | A5 | 62 | 3D |
| Octal | 72 | 375 | 313 | 115 | 0 | 24 | 1 | 245 | 142 | 75 |
| Binary | 111010 | 11111101 | 11001011 | 1001101 | 0 | 10100 | 1 | 10100101 | 1100010 | 111101 |
Color Harmonies of #3AFDCB
Complementary color
Monochromatic Colors of #3AFDCB
Black with #3AFDCB
Text Example
Text Example
White with #3AFDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFDCB; }
p { color: rgb(58,253,203); }
H1.HeaderClassName
{
color: #3AFDCB;
}
.AnyTagClassName
{
color: #3AFDCB;
}
</style>
background-color css
<style>
a { background-color: #3AFDCB; }
a { background-color: rgb(58,253,203); }
div.DivClassName
{
background-color: #3AFDCB;
}
.BgClassName
{
background-color: #3AFDCB;
}
</style>
border-color css
<style>
span { border-color: #3AFDCB; }
span { border-color: rgb(58,253,203); }
td.TdClassName
{
border-color: #3AFDCB;
}
.TagClassName
{
border-color: #3AFDCB;
}
</style>