Shades of Turquoise #3AD8F7
Tints of Turquoise #3AD8F7
RGB
CMYK
RGB Variations
Color information
#3AD8F7 (or 0x3AD8F7) is known color: Turquoise. HEX triplet: 3A, D8 and F7. RGB value is (58,216,247). Sum of RGB (Red+Green+Blue) = 58+216+247=521 (69% of max value = 765). Red value is 58 (23.05% from 255 or 11.13% from 521); Green value is 216 (84.77% from 255 or 41.46% from 521); Blue value is 247 (96.88% from 255 or 47.41% from 521); Max value from RGB is 247 - color contains mainly: blue. Hex color #3AD8F7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3AD8F7 is #C52708. Grayscale: #ACACAC. Windows color (decimal): -12920585 or 16242746. OLE color: 16242746.
HSL color Cylindrical-coordinate representation of color #3AD8F7: hue angle of 189.84º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AD8F7 is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 58 | 216 | 247 | - |
| CMYK | 0.77 | 0.13 | 0 | 0.03 |
| HSL | 189.84º | 0.92% | 0.6% | - |
| HSV(B) | 189.84º | 0.77% | 0.97% | - |
| XYZ | 43.09 | 56.73 | 96.67 | - |
| YUV | 172.29 | 170.15 | 46.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 216 | 247 | 0.77 | 0.13 | 0 | 0.03 | 189.84 | 0.92 | 0.6 |
| Hex | 3A | D8 | F7 | 4D | D | 0 | 3 | BE | 5C | 3C |
| Octal | 72 | 330 | 367 | 115 | 15 | 0 | 3 | 276 | 134 | 74 |
| Binary | 111010 | 11011000 | 11110111 | 1001101 | 1101 | 0 | 11 | 10111110 | 1011100 | 111100 |
Color Harmonies of #3AD8F7
Complementary color
Monochromatic Colors of #3AD8F7
Black with #3AD8F7
Text Example
Text Example
White with #3AD8F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD8F7; }
p { color: rgb(58,216,247); }
H1.HeaderClassName
{
color: #3AD8F7;
}
.AnyTagClassName
{
color: #3AD8F7;
}
</style>
background-color css
<style>
a { background-color: #3AD8F7; }
a { background-color: rgb(58,216,247); }
div.DivClassName
{
background-color: #3AD8F7;
}
.BgClassName
{
background-color: #3AD8F7;
}
</style>
border-color css
<style>
span { border-color: #3AD8F7; }
span { border-color: rgb(58,216,247); }
td.TdClassName
{
border-color: #3AD8F7;
}
.TagClassName
{
border-color: #3AD8F7;
}
</style>