Shades of Turquoise #3AFFDF
Tints of Turquoise #3AFFDF
RGB
CMYK
RGB Variations
Color information
#3AFFDF (or 0x3AFFDF) is known color: Turquoise. HEX triplet: 3A, FF and DF. RGB value is (58,255,223). Sum of RGB (Red+Green+Blue) = 58+255+223=536 (70% of max value = 765). Red value is 58 (23.05% from 255 or 10.82% from 536); Green value is 255 (100% from 255 or 47.57% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 255 - color contains mainly: green. Hex color #3AFFDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFFDF is #C50020. Grayscale: #C0C0C0. Windows color (decimal): -12910625 or 14679866. OLE color: 14679866.
HSL color Cylindrical-coordinate representation of color #3AFFDF: hue angle of 170.25º 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 #3AFFDF is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 255 | 223 | - |
| CMYK | 0.77 | 0 | 0.13 | 0 |
| HSL | 170.25º | 1% | 0.61% | - |
| HSV(B) | 170.25º | 0.77% | 1% | - |
| XYZ | 50.82 | 77.75 | 82.14 | - |
| YUV | 192.45 | 145.23 | 32.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 255 | 223 | 0.77 | 0 | 0.13 | 0 | 170.25 | 1 | 0.61 |
| Hex | 3A | FF | DF | 4D | 0 | D | 0 | AA | 64 | 3D |
| Octal | 72 | 377 | 337 | 115 | 0 | 15 | 0 | 252 | 144 | 75 |
| Binary | 111010 | 11111111 | 11011111 | 1001101 | 0 | 1101 | 0 | 10101010 | 1100100 | 111101 |
Color Harmonies of #3AFFDF
Complementary color
Monochromatic Colors of #3AFFDF
Black with #3AFFDF
Text Example
Text Example
White with #3AFFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFFDF; }
p { color: rgb(58,255,223); }
H1.HeaderClassName
{
color: #3AFFDF;
}
.AnyTagClassName
{
color: #3AFFDF;
}
</style>
background-color css
<style>
a { background-color: #3AFFDF; }
a { background-color: rgb(58,255,223); }
div.DivClassName
{
background-color: #3AFFDF;
}
.BgClassName
{
background-color: #3AFFDF;
}
</style>
border-color css
<style>
span { border-color: #3AFFDF; }
span { border-color: rgb(58,255,223); }
td.TdClassName
{
border-color: #3AFFDF;
}
.TagClassName
{
border-color: #3AFFDF;
}
</style>