Shades of Turquoise #3ADFE6
Tints of Turquoise #3ADFE6
RGB
CMYK
RGB Variations
Color information
#3ADFE6 (or 0x3ADFE6) is known color: Turquoise. HEX triplet: 3A, DF and E6. RGB value is (58,223,230). Sum of RGB (Red+Green+Blue) = 58+223+230=511 (67% of max value = 765). Red value is 58 (23.05% from 255 or 11.35% from 511); Green value is 223 (87.5% from 255 or 43.64% from 511); Blue value is 230 (90.23% from 255 or 45.01% from 511); Max value from RGB is 230 - color contains mainly: blue. Hex color #3ADFE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ADFE6 is #C52019. Grayscale: #AEAEAE. Windows color (decimal): -12918810 or 15130426. OLE color: 15130426.
HSL color Cylindrical-coordinate representation of color #3ADFE6: hue angle of 182.44º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3ADFE6 is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 58 | 223 | 230 | - |
| CMYK | 0.75 | 0.03 | 0 | 0.10 |
| HSL | 182.44º | 0.77% | 0.56% | - |
| HSV(B) | 182.44º | 0.75% | 0.9% | - |
| XYZ | 42.42 | 59.39 | 84.09 | - |
| YUV | 174.46 | 159.34 | 44.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 223 | 230 | 0.75 | 0.03 | 0 | 0.10 | 182.44 | 0.77 | 0.56 |
| Hex | 3A | DF | E6 | 4B | 3 | 0 | A | B6 | 4D | 38 |
| Octal | 72 | 337 | 346 | 113 | 3 | 0 | 12 | 266 | 115 | 70 |
| Binary | 111010 | 11011111 | 11100110 | 1001011 | 11 | 0 | 1010 | 10110110 | 1001101 | 111000 |
Color Harmonies of #3ADFE6
Complementary color
Monochromatic Colors of #3ADFE6
Black with #3ADFE6
Text Example
Text Example
White with #3ADFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADFE6; }
p { color: rgb(58,223,230); }
H1.HeaderClassName
{
color: #3ADFE6;
}
.AnyTagClassName
{
color: #3ADFE6;
}
</style>
background-color css
<style>
a { background-color: #3ADFE6; }
a { background-color: rgb(58,223,230); }
div.DivClassName
{
background-color: #3ADFE6;
}
.BgClassName
{
background-color: #3ADFE6;
}
</style>
border-color css
<style>
span { border-color: #3ADFE6; }
span { border-color: rgb(58,223,230); }
td.TdClassName
{
border-color: #3ADFE6;
}
.TagClassName
{
border-color: #3ADFE6;
}
</style>