Shades of Turquoise #3AFDD0
Tints of Turquoise #3AFDD0
RGB
CMYK
RGB Variations
Color information
#3AFDD0 (or 0x3AFDD0) is known color: Turquoise. HEX triplet: 3A, FD and D0. RGB value is (58,253,208). Sum of RGB (Red+Green+Blue) = 58+253+208=519 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.18% from 519); Green value is 253 (99.22% from 255 or 48.75% from 519); Blue value is 208 (81.64% from 255 or 40.08% from 519); Max value from RGB is 253 - color contains mainly: green. Hex color #3AFDD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFDD0 is #C5022F. Grayscale: #BDBDBD. Windows color (decimal): -12911152 or 13696314. OLE color: 13696314.
HSL color Cylindrical-coordinate representation of color #3AFDD0: hue angle of 166.15º 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 #3AFDD0 is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 253 | 208 | - |
| CMYK | 0.77 | 0 | 0.18 | 0.01 |
| HSL | 166.15º | 0.98% | 0.61% | - |
| HSV(B) | 166.15º | 0.77% | 0.99% | - |
| XYZ | 48.26 | 75.7 | 71.74 | - |
| YUV | 189.57 | 138.4 | 34.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 253 | 208 | 0.77 | 0 | 0.18 | 0.01 | 166.15 | 0.98 | 0.61 |
| Hex | 3A | FD | D0 | 4D | 0 | 12 | 1 | A6 | 62 | 3D |
| Octal | 72 | 375 | 320 | 115 | 0 | 22 | 1 | 246 | 142 | 75 |
| Binary | 111010 | 11111101 | 11010000 | 1001101 | 0 | 10010 | 1 | 10100110 | 1100010 | 111101 |
Color Harmonies of #3AFDD0
Complementary color
Monochromatic Colors of #3AFDD0
Black with #3AFDD0
Text Example
Text Example
White with #3AFDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFDD0; }
p { color: rgb(58,253,208); }
H1.HeaderClassName
{
color: #3AFDD0;
}
.AnyTagClassName
{
color: #3AFDD0;
}
</style>
background-color css
<style>
a { background-color: #3AFDD0; }
a { background-color: rgb(58,253,208); }
div.DivClassName
{
background-color: #3AFDD0;
}
.BgClassName
{
background-color: #3AFDD0;
}
</style>
border-color css
<style>
span { border-color: #3AFDD0; }
span { border-color: rgb(58,253,208); }
td.TdClassName
{
border-color: #3AFDD0;
}
.TagClassName
{
border-color: #3AFDD0;
}
</style>