Shades of Turquoise #3AFECF
Tints of Turquoise #3AFECF
RGB
CMYK
RGB Variations
Color information
#3AFECF (or 0x3AFECF) is known color: Turquoise. HEX triplet: 3A, FE and CF. RGB value is (58,254,207). Sum of RGB (Red+Green+Blue) = 58+254+207=519 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.18% from 519); Green value is 254 (99.61% from 255 or 48.94% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 254 - color contains mainly: green. Hex color #3AFECF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFECF is #C50130. Grayscale: #BEBEBE. Windows color (decimal): -12910897 or 13631034. OLE color: 13631034.
HSL color Cylindrical-coordinate representation of color #3AFECF: hue angle of 165.61º 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 #3AFECF is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 254 | 207 | - |
| CMYK | 0.77 | 0 | 0.19 | 0.00 |
| HSL | 165.61º | 0.99% | 0.61% | - |
| HSV(B) | 165.61º | 0.77% | 1% | - |
| XYZ | 48.45 | 76.29 | 71.2 | - |
| YUV | 190.04 | 137.57 | 33.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 254 | 207 | 0.77 | 0 | 0.19 | 0.00 | 165.61 | 0.99 | 0.61 |
| Hex | 3A | FE | CF | 4D | 0 | 13 | 0 | A6 | 63 | 3D |
| Octal | 72 | 376 | 317 | 115 | 0 | 23 | 0 | 246 | 143 | 75 |
| Binary | 111010 | 11111110 | 11001111 | 1001101 | 0 | 10011 | 0 | 10100110 | 1100011 | 111101 |
Color Harmonies of #3AFECF
Complementary color
Monochromatic Colors of #3AFECF
Black with #3AFECF
Text Example
Text Example
White with #3AFECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFECF; }
p { color: rgb(58,254,207); }
H1.HeaderClassName
{
color: #3AFECF;
}
.AnyTagClassName
{
color: #3AFECF;
}
</style>
background-color css
<style>
a { background-color: #3AFECF; }
a { background-color: rgb(58,254,207); }
div.DivClassName
{
background-color: #3AFECF;
}
.BgClassName
{
background-color: #3AFECF;
}
</style>
border-color css
<style>
span { border-color: #3AFECF; }
span { border-color: rgb(58,254,207); }
td.TdClassName
{
border-color: #3AFECF;
}
.TagClassName
{
border-color: #3AFECF;
}
</style>