Shades of Turquoise #3AD6DF
Tints of Turquoise #3AD6DF
RGB
CMYK
RGB Variations
Color information
#3AD6DF (or 0x3AD6DF) is known color: Turquoise. HEX triplet: 3A, D6 and DF. RGB value is (58,214,223). Sum of RGB (Red+Green+Blue) = 58+214+223=495 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.72% from 495); Green value is 214 (83.98% from 255 or 43.23% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #3AD6DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AD6DF is #C52920. Grayscale: #A8A8A8. Windows color (decimal): -12921121 or 14669370. OLE color: 14669370.
HSL color Cylindrical-coordinate representation of color #3AD6DF: hue angle of 183.27º 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 #3AD6DF is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 214 | 223 | - |
| CMYK | 0.74 | 0.04 | 0 | 0.13 |
| HSL | 183.27º | 0.72% | 0.55% | - |
| HSV(B) | 183.27º | 0.74% | 0.87% | - |
| XYZ | 39.11 | 54.32 | 78.24 | - |
| YUV | 168.38 | 158.82 | 49.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 214 | 223 | 0.74 | 0.04 | 0 | 0.13 | 183.27 | 0.72 | 0.55 |
| Hex | 3A | D6 | DF | 4A | 4 | 0 | D | B7 | 48 | 37 |
| Octal | 72 | 326 | 337 | 112 | 4 | 0 | 15 | 267 | 110 | 67 |
| Binary | 111010 | 11010110 | 11011111 | 1001010 | 100 | 0 | 1101 | 10110111 | 1001000 | 110111 |
Color Harmonies of #3AD6DF
Complementary color
Monochromatic Colors of #3AD6DF
Black with #3AD6DF
Text Example
Text Example
White with #3AD6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD6DF; }
p { color: rgb(58,214,223); }
H1.HeaderClassName
{
color: #3AD6DF;
}
.AnyTagClassName
{
color: #3AD6DF;
}
</style>
background-color css
<style>
a { background-color: #3AD6DF; }
a { background-color: rgb(58,214,223); }
div.DivClassName
{
background-color: #3AD6DF;
}
.BgClassName
{
background-color: #3AD6DF;
}
</style>
border-color css
<style>
span { border-color: #3AD6DF; }
span { border-color: rgb(58,214,223); }
td.TdClassName
{
border-color: #3AD6DF;
}
.TagClassName
{
border-color: #3AD6DF;
}
</style>