Shades of Turquoise #3ADACF
Tints of Turquoise #3ADACF
RGB
CMYK
RGB Variations
Color information
#3ADACF (or 0x3ADACF) is known color: Turquoise. HEX triplet: 3A, DA and CF. RGB value is (58,218,207). Sum of RGB (Red+Green+Blue) = 58+218+207=483 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.01% from 483); Green value is 218 (85.55% from 255 or 45.13% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 218 - color contains mainly: green. Hex color #3ADACF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADACF is #C52530. Grayscale: #A8A8A8. Windows color (decimal): -12920113 or 13621818. OLE color: 13621818.
HSL color Cylindrical-coordinate representation of color #3ADACF: hue angle of 175.88º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3ADACF is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 218 | 207 | - |
| CMYK | 0.73 | 0 | 0.05 | 0.15 |
| HSL | 175.88º | 0.68% | 0.54% | - |
| HSV(B) | 175.88º | 0.73% | 0.85% | - |
| XYZ | 38.08 | 55.55 | 67.75 | - |
| YUV | 168.91 | 149.49 | 48.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 218 | 207 | 0.73 | 0 | 0.05 | 0.15 | 175.88 | 0.68 | 0.54 |
| Hex | 3A | DA | CF | 49 | 0 | 5 | F | B0 | 44 | 36 |
| Octal | 72 | 332 | 317 | 111 | 0 | 5 | 17 | 260 | 104 | 66 |
| Binary | 111010 | 11011010 | 11001111 | 1001001 | 0 | 101 | 1111 | 10110000 | 1000100 | 110110 |
Color Harmonies of #3ADACF
Complementary color
Monochromatic Colors of #3ADACF
Black with #3ADACF
Text Example
Text Example
White with #3ADACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADACF; }
p { color: rgb(58,218,207); }
H1.HeaderClassName
{
color: #3ADACF;
}
.AnyTagClassName
{
color: #3ADACF;
}
</style>
background-color css
<style>
a { background-color: #3ADACF; }
a { background-color: rgb(58,218,207); }
div.DivClassName
{
background-color: #3ADACF;
}
.BgClassName
{
background-color: #3ADACF;
}
</style>
border-color css
<style>
span { border-color: #3ADACF; }
span { border-color: rgb(58,218,207); }
td.TdClassName
{
border-color: #3ADACF;
}
.TagClassName
{
border-color: #3ADACF;
}
</style>