Shades of Turquoise #3AFFDD
Tints of Turquoise #3AFFDD
RGB
CMYK
RGB Variations
Color information
#3AFFDD (or 0x3AFFDD) is known color: Turquoise. HEX triplet: 3A, FF and DD. RGB value is (58,255,221). Sum of RGB (Red+Green+Blue) = 58+255+221=534 (70% of max value = 765). Red value is 58 (23.05% from 255 or 10.86% from 534); Green value is 255 (100% from 255 or 47.75% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 255 - color contains mainly: green. Hex color #3AFFDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFFDD is #C50022. Grayscale: #C0C0C0. Windows color (decimal): -12910627 or 14548794. OLE color: 14548794.
HSL color Cylindrical-coordinate representation of color #3AFFDD: hue angle of 169.64º 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 #3AFFDD is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 255 | 221 | - |
| CMYK | 0.77 | 0 | 0.13 | 0 |
| HSL | 169.64º | 1% | 0.61% | - |
| HSV(B) | 169.64º | 0.77% | 1% | - |
| XYZ | 50.56 | 77.64 | 80.73 | - |
| YUV | 192.22 | 144.23 | 32.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 255 | 221 | 0.77 | 0 | 0.13 | 0 | 169.64 | 1 | 0.61 |
| Hex | 3A | FF | DD | 4D | 0 | D | 0 | AA | 64 | 3D |
| Octal | 72 | 377 | 335 | 115 | 0 | 15 | 0 | 252 | 144 | 75 |
| Binary | 111010 | 11111111 | 11011101 | 1001101 | 0 | 1101 | 0 | 10101010 | 1100100 | 111101 |
Color Harmonies of #3AFFDD
Complementary color
Monochromatic Colors of #3AFFDD
Black with #3AFFDD
Text Example
Text Example
White with #3AFFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFFDD; }
p { color: rgb(58,255,221); }
H1.HeaderClassName
{
color: #3AFFDD;
}
.AnyTagClassName
{
color: #3AFFDD;
}
</style>
background-color css
<style>
a { background-color: #3AFFDD; }
a { background-color: rgb(58,255,221); }
div.DivClassName
{
background-color: #3AFFDD;
}
.BgClassName
{
background-color: #3AFFDD;
}
</style>
border-color css
<style>
span { border-color: #3AFFDD; }
span { border-color: rgb(58,255,221); }
td.TdClassName
{
border-color: #3AFFDD;
}
.TagClassName
{
border-color: #3AFFDD;
}
</style>