Shades of Turquoise #3ADFCC
Tints of Turquoise #3ADFCC
RGB
CMYK
RGB Variations
Color information
#3ADFCC (or 0x3ADFCC) is known color: Turquoise. HEX triplet: 3A, DF and CC. RGB value is (58,223,204). Sum of RGB (Red+Green+Blue) = 58+223+204=485 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.96% from 485); Green value is 223 (87.5% from 255 or 45.98% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 223 - color contains mainly: green. Hex color #3ADFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADFCC is #C52033. Grayscale: #ABABAB. Windows color (decimal): -12918836 or 13426490. OLE color: 13426490.
HSL color Cylindrical-coordinate representation of color #3ADFCC: hue angle of 173.09º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ADFCC is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 223 | 204 | - |
| CMYK | 0.74 | 0 | 0.09 | 0.13 |
| HSL | 173.09º | 0.72% | 0.55% | - |
| HSV(B) | 173.09º | 0.74% | 0.87% | - |
| XYZ | 39.03 | 58.03 | 66.27 | - |
| YUV | 171.5 | 146.34 | 47.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 223 | 204 | 0.74 | 0 | 0.09 | 0.13 | 173.09 | 0.72 | 0.55 |
| Hex | 3A | DF | CC | 4A | 0 | 9 | D | AD | 48 | 37 |
| Octal | 72 | 337 | 314 | 112 | 0 | 11 | 15 | 255 | 110 | 67 |
| Binary | 111010 | 11011111 | 11001100 | 1001010 | 0 | 1001 | 1101 | 10101101 | 1001000 | 110111 |
Color Harmonies of #3ADFCC
Complementary color
Monochromatic Colors of #3ADFCC
Black with #3ADFCC
Text Example
Text Example
White with #3ADFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADFCC; }
p { color: rgb(58,223,204); }
H1.HeaderClassName
{
color: #3ADFCC;
}
.AnyTagClassName
{
color: #3ADFCC;
}
</style>
background-color css
<style>
a { background-color: #3ADFCC; }
a { background-color: rgb(58,223,204); }
div.DivClassName
{
background-color: #3ADFCC;
}
.BgClassName
{
background-color: #3ADFCC;
}
</style>
border-color css
<style>
span { border-color: #3ADFCC; }
span { border-color: rgb(58,223,204); }
td.TdClassName
{
border-color: #3ADFCC;
}
.TagClassName
{
border-color: #3ADFCC;
}
</style>