Shades of Turquoise #3ADFF6
Tints of Turquoise #3ADFF6
RGB
CMYK
RGB Variations
Color information
#3ADFF6 (or 0x3ADFF6) is known color: Turquoise. HEX triplet: 3A, DF and F6. RGB value is (58,223,246). Sum of RGB (Red+Green+Blue) = 58+223+246=527 (69% of max value = 765). Red value is 58 (23.05% from 255 or 11.01% from 527); Green value is 223 (87.5% from 255 or 42.31% from 527); Blue value is 246 (96.48% from 255 or 46.68% from 527); Max value from RGB is 246 - color contains mainly: blue. Hex color #3ADFF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ADFF6 is #C52009. Grayscale: #B0B0B0. Windows color (decimal): -12918794 or 16179002. OLE color: 16179002.
HSL color Cylindrical-coordinate representation of color #3ADFF6: hue angle of 187.34º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3ADFF6 is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 58 | 223 | 246 | - |
| CMYK | 0.76 | 0.09 | 0 | 0.04 |
| HSL | 187.34º | 0.91% | 0.6% | - |
| HSV(B) | 187.34º | 0.76% | 0.96% | - |
| XYZ | 44.77 | 60.33 | 96.47 | - |
| YUV | 176.29 | 167.34 | 43.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 223 | 246 | 0.76 | 0.09 | 0 | 0.04 | 187.34 | 0.91 | 0.6 |
| Hex | 3A | DF | F6 | 4C | 9 | 0 | 4 | BB | 5B | 3C |
| Octal | 72 | 337 | 366 | 114 | 11 | 0 | 4 | 273 | 133 | 74 |
| Binary | 111010 | 11011111 | 11110110 | 1001100 | 1001 | 0 | 100 | 10111011 | 1011011 | 111100 |
Color Harmonies of #3ADFF6
Complementary color
Monochromatic Colors of #3ADFF6
Black with #3ADFF6
Text Example
Text Example
White with #3ADFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADFF6; }
p { color: rgb(58,223,246); }
H1.HeaderClassName
{
color: #3ADFF6;
}
.AnyTagClassName
{
color: #3ADFF6;
}
</style>
background-color css
<style>
a { background-color: #3ADFF6; }
a { background-color: rgb(58,223,246); }
div.DivClassName
{
background-color: #3ADFF6;
}
.BgClassName
{
background-color: #3ADFF6;
}
</style>
border-color css
<style>
span { border-color: #3ADFF6; }
span { border-color: rgb(58,223,246); }
td.TdClassName
{
border-color: #3ADFF6;
}
.TagClassName
{
border-color: #3ADFF6;
}
</style>