Shades of Turquoise #3AD7DF
Tints of Turquoise #3AD7DF
RGB
CMYK
RGB Variations
Color information
#3AD7DF (or 0x3AD7DF) is known color: Turquoise. HEX triplet: 3A, D7 and DF. RGB value is (58,215,223). Sum of RGB (Red+Green+Blue) = 58+215+223=496 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.69% from 496); Green value is 215 (84.38% from 255 or 43.35% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #3AD7DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AD7DF is #C52820. Grayscale: #A8A8A8. Windows color (decimal): -12920865 or 14669626. OLE color: 14669626.
HSL color Cylindrical-coordinate representation of color #3AD7DF: hue angle of 182.91º 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 #3AD7DF is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 215 | 223 | - |
| CMYK | 0.74 | 0.04 | 0 | 0.13 |
| HSL | 182.91º | 0.72% | 0.55% | - |
| HSV(B) | 182.91º | 0.74% | 0.87% | - |
| XYZ | 39.36 | 54.83 | 78.32 | - |
| YUV | 168.97 | 158.49 | 48.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 215 | 223 | 0.74 | 0.04 | 0 | 0.13 | 182.91 | 0.72 | 0.55 |
| Hex | 3A | D7 | DF | 4A | 4 | 0 | D | B7 | 48 | 37 |
| Octal | 72 | 327 | 337 | 112 | 4 | 0 | 15 | 267 | 110 | 67 |
| Binary | 111010 | 11010111 | 11011111 | 1001010 | 100 | 0 | 1101 | 10110111 | 1001000 | 110111 |
Color Harmonies of #3AD7DF
Complementary color
Monochromatic Colors of #3AD7DF
Black with #3AD7DF
Text Example
Text Example
White with #3AD7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD7DF; }
p { color: rgb(58,215,223); }
H1.HeaderClassName
{
color: #3AD7DF;
}
.AnyTagClassName
{
color: #3AD7DF;
}
</style>
background-color css
<style>
a { background-color: #3AD7DF; }
a { background-color: rgb(58,215,223); }
div.DivClassName
{
background-color: #3AD7DF;
}
.BgClassName
{
background-color: #3AD7DF;
}
</style>
border-color css
<style>
span { border-color: #3AD7DF; }
span { border-color: rgb(58,215,223); }
td.TdClassName
{
border-color: #3AD7DF;
}
.TagClassName
{
border-color: #3AD7DF;
}
</style>