Shades of Turquoise #3AFDCF
Tints of Turquoise #3AFDCF
RGB
CMYK
RGB Variations
Color information
#3AFDCF (or 0x3AFDCF) is known color: Turquoise. HEX triplet: 3A, FD and CF. RGB value is (58,253,207). Sum of RGB (Red+Green+Blue) = 58+253+207=518 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.20% from 518); Green value is 253 (99.22% from 255 or 48.84% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 253 - color contains mainly: green. Hex color #3AFDCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFDCF is #C50230. Grayscale: #BDBDBD. Windows color (decimal): -12911153 or 13630778. OLE color: 13630778.
HSL color Cylindrical-coordinate representation of color #3AFDCF: hue angle of 165.85º 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 #3AFDCF is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 253 | 207 | - |
| CMYK | 0.77 | 0 | 0.18 | 0.01 |
| HSL | 165.85º | 0.98% | 0.61% | - |
| HSV(B) | 165.85º | 0.77% | 0.99% | - |
| XYZ | 48.13 | 75.66 | 71.1 | - |
| YUV | 189.45 | 137.9 | 34.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 253 | 207 | 0.77 | 0 | 0.18 | 0.01 | 165.85 | 0.98 | 0.61 |
| Hex | 3A | FD | CF | 4D | 0 | 12 | 1 | A6 | 62 | 3D |
| Octal | 72 | 375 | 317 | 115 | 0 | 22 | 1 | 246 | 142 | 75 |
| Binary | 111010 | 11111101 | 11001111 | 1001101 | 0 | 10010 | 1 | 10100110 | 1100010 | 111101 |
Color Harmonies of #3AFDCF
Complementary color
Monochromatic Colors of #3AFDCF
Black with #3AFDCF
Text Example
Text Example
White with #3AFDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFDCF; }
p { color: rgb(58,253,207); }
H1.HeaderClassName
{
color: #3AFDCF;
}
.AnyTagClassName
{
color: #3AFDCF;
}
</style>
background-color css
<style>
a { background-color: #3AFDCF; }
a { background-color: rgb(58,253,207); }
div.DivClassName
{
background-color: #3AFDCF;
}
.BgClassName
{
background-color: #3AFDCF;
}
</style>
border-color css
<style>
span { border-color: #3AFDCF; }
span { border-color: rgb(58,253,207); }
td.TdClassName
{
border-color: #3AFDCF;
}
.TagClassName
{
border-color: #3AFDCF;
}
</style>