Shades of Turquoise #3ADFCF
Tints of Turquoise #3ADFCF
RGB
CMYK
RGB Variations
Color information
#3ADFCF (or 0x3ADFCF) is known color: Turquoise. HEX triplet: 3A, DF and CF. RGB value is (58,223,207). Sum of RGB (Red+Green+Blue) = 58+223+207=488 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.89% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 223 - color contains mainly: green. Hex color #3ADFCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADFCF is #C52030. Grayscale: #ABABAB. Windows color (decimal): -12918833 or 13623098. OLE color: 13623098.
HSL color Cylindrical-coordinate representation of color #3ADFCF: hue angle of 174.18º 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 #3ADFCF is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 223 | 207 | - |
| CMYK | 0.74 | 0 | 0.07 | 0.13 |
| HSL | 174.18º | 0.72% | 0.55% | - |
| HSV(B) | 174.18º | 0.74% | 0.87% | - |
| XYZ | 39.4 | 58.18 | 68.18 | - |
| YUV | 171.84 | 147.84 | 46.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 223 | 207 | 0.74 | 0 | 0.07 | 0.13 | 174.18 | 0.72 | 0.55 |
| Hex | 3A | DF | CF | 4A | 0 | 7 | D | AE | 48 | 37 |
| Octal | 72 | 337 | 317 | 112 | 0 | 7 | 15 | 256 | 110 | 67 |
| Binary | 111010 | 11011111 | 11001111 | 1001010 | 0 | 111 | 1101 | 10101110 | 1001000 | 110111 |
Color Harmonies of #3ADFCF
Complementary color
Monochromatic Colors of #3ADFCF
Black with #3ADFCF
Text Example
Text Example
White with #3ADFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADFCF; }
p { color: rgb(58,223,207); }
H1.HeaderClassName
{
color: #3ADFCF;
}
.AnyTagClassName
{
color: #3ADFCF;
}
</style>
background-color css
<style>
a { background-color: #3ADFCF; }
a { background-color: rgb(58,223,207); }
div.DivClassName
{
background-color: #3ADFCF;
}
.BgClassName
{
background-color: #3ADFCF;
}
</style>
border-color css
<style>
span { border-color: #3ADFCF; }
span { border-color: rgb(58,223,207); }
td.TdClassName
{
border-color: #3ADFCF;
}
.TagClassName
{
border-color: #3ADFCF;
}
</style>