Shades of Turquoise #3AFFCF
Tints of Turquoise #3AFFCF
RGB
CMYK
RGB Variations
Color information
#3AFFCF (or 0x3AFFCF) is known color: Turquoise. HEX triplet: 3A, FF and CF. RGB value is (58,255,207). Sum of RGB (Red+Green+Blue) = 58+255+207=520 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.15% from 520); Green value is 255 (100% from 255 or 49.04% from 520); Blue value is 207 (81.25% from 255 or 39.81% from 520); Max value from RGB is 255 - color contains mainly: green. Hex color #3AFFCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFFCF is #C50030. Grayscale: #BEBEBE. Windows color (decimal): -12910641 or 13631290. OLE color: 13631290.
HSL color Cylindrical-coordinate representation of color #3AFFCF: hue angle of 165.38º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFFCF is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 255 | 207 | - |
| CMYK | 0.77 | 0 | 0.19 | 0 |
| HSL | 165.38º | 1% | 0.61% | - |
| HSV(B) | 165.38º | 0.77% | 1% | - |
| XYZ | 48.77 | 76.92 | 71.31 | - |
| YUV | 190.63 | 137.23 | 33.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 255 | 207 | 0.77 | 0 | 0.19 | 0 | 165.38 | 1 | 0.61 |
| Hex | 3A | FF | CF | 4D | 0 | 13 | 0 | A5 | 64 | 3D |
| Octal | 72 | 377 | 317 | 115 | 0 | 23 | 0 | 245 | 144 | 75 |
| Binary | 111010 | 11111111 | 11001111 | 1001101 | 0 | 10011 | 0 | 10100101 | 1100100 | 111101 |
Color Harmonies of #3AFFCF
Complementary color
Monochromatic Colors of #3AFFCF
Black with #3AFFCF
Text Example
Text Example
White with #3AFFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFFCF; }
p { color: rgb(58,255,207); }
H1.HeaderClassName
{
color: #3AFFCF;
}
.AnyTagClassName
{
color: #3AFFCF;
}
</style>
background-color css
<style>
a { background-color: #3AFFCF; }
a { background-color: rgb(58,255,207); }
div.DivClassName
{
background-color: #3AFFCF;
}
.BgClassName
{
background-color: #3AFFCF;
}
</style>
border-color css
<style>
span { border-color: #3AFFCF; }
span { border-color: rgb(58,255,207); }
td.TdClassName
{
border-color: #3AFFCF;
}
.TagClassName
{
border-color: #3AFFCF;
}
</style>