Shades of Turquoise #3AFFD3
Tints of Turquoise #3AFFD3
RGB
CMYK
RGB Variations
Color information
#3AFFD3 (or 0x3AFFD3) is known color: Turquoise. HEX triplet: 3A, FF and D3. RGB value is (58,255,211). Sum of RGB (Red+Green+Blue) = 58+255+211=524 (69% of max value = 765). Red value is 58 (23.05% from 255 or 11.07% from 524); Green value is 255 (100% from 255 or 48.66% from 524); Blue value is 211 (82.81% from 255 or 40.27% from 524); Max value from RGB is 255 - color contains mainly: green. Hex color #3AFFD3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFFD3 is #C5002C. Grayscale: #BFBFBF. Windows color (decimal): -12910637 or 13893434. OLE color: 13893434.
HSL color Cylindrical-coordinate representation of color #3AFFD3: hue angle of 166.6º 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 #3AFFD3 is Cyan = 0.77, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 255 | 211 | - |
| CMYK | 0.77 | 0 | 0.17 | 0 |
| HSL | 166.6º | 1% | 0.61% | - |
| HSV(B) | 166.6º | 0.77% | 1% | - |
| XYZ | 49.26 | 77.12 | 73.92 | - |
| YUV | 191.08 | 139.23 | 33.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 255 | 211 | 0.77 | 0 | 0.17 | 0 | 166.6 | 1 | 0.61 |
| Hex | 3A | FF | D3 | 4D | 0 | 11 | 0 | A7 | 64 | 3D |
| Octal | 72 | 377 | 323 | 115 | 0 | 21 | 0 | 247 | 144 | 75 |
| Binary | 111010 | 11111111 | 11010011 | 1001101 | 0 | 10001 | 0 | 10100111 | 1100100 | 111101 |
Color Harmonies of #3AFFD3
Complementary color
Monochromatic Colors of #3AFFD3
Black with #3AFFD3
Text Example
Text Example
White with #3AFFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFFD3; }
p { color: rgb(58,255,211); }
H1.HeaderClassName
{
color: #3AFFD3;
}
.AnyTagClassName
{
color: #3AFFD3;
}
</style>
background-color css
<style>
a { background-color: #3AFFD3; }
a { background-color: rgb(58,255,211); }
div.DivClassName
{
background-color: #3AFFD3;
}
.BgClassName
{
background-color: #3AFFD3;
}
</style>
border-color css
<style>
span { border-color: #3AFFD3; }
span { border-color: rgb(58,255,211); }
td.TdClassName
{
border-color: #3AFFD3;
}
.TagClassName
{
border-color: #3AFFD3;
}
</style>