Shades of Turquoise #3ADFCE
Tints of Turquoise #3ADFCE
RGB
CMYK
RGB Variations
Color information
#3ADFCE (or 0x3ADFCE) is known color: Turquoise. HEX triplet: 3A, DF and CE. RGB value is (58,223,206). Sum of RGB (Red+Green+Blue) = 58+223+206=487 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.91% from 487); Green value is 223 (87.5% from 255 or 45.79% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 223 - color contains mainly: green. Hex color #3ADFCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADFCE is #C52031. Grayscale: #ABABAB. Windows color (decimal): -12918834 or 13557562. OLE color: 13557562.
HSL color Cylindrical-coordinate representation of color #3ADFCE: hue angle of 173.82º 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 #3ADFCE is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 223 | 206 | - |
| CMYK | 0.74 | 0 | 0.08 | 0.13 |
| HSL | 173.82º | 0.72% | 0.55% | - |
| HSV(B) | 173.82º | 0.74% | 0.87% | - |
| XYZ | 39.27 | 58.13 | 67.54 | - |
| YUV | 171.73 | 147.34 | 46.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 223 | 206 | 0.74 | 0 | 0.08 | 0.13 | 173.82 | 0.72 | 0.55 |
| Hex | 3A | DF | CE | 4A | 0 | 8 | D | AE | 48 | 37 |
| Octal | 72 | 337 | 316 | 112 | 0 | 10 | 15 | 256 | 110 | 67 |
| Binary | 111010 | 11011111 | 11001110 | 1001010 | 0 | 1000 | 1101 | 10101110 | 1001000 | 110111 |
Color Harmonies of #3ADFCE
Complementary color
Monochromatic Colors of #3ADFCE
Black with #3ADFCE
Text Example
Text Example
White with #3ADFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADFCE; }
p { color: rgb(58,223,206); }
H1.HeaderClassName
{
color: #3ADFCE;
}
.AnyTagClassName
{
color: #3ADFCE;
}
</style>
background-color css
<style>
a { background-color: #3ADFCE; }
a { background-color: rgb(58,223,206); }
div.DivClassName
{
background-color: #3ADFCE;
}
.BgClassName
{
background-color: #3ADFCE;
}
</style>
border-color css
<style>
span { border-color: #3ADFCE; }
span { border-color: rgb(58,223,206); }
td.TdClassName
{
border-color: #3ADFCE;
}
.TagClassName
{
border-color: #3ADFCE;
}
</style>