Shades of Turquoise #3ADADF
Tints of Turquoise #3ADADF
RGB
CMYK
RGB Variations
Color information
#3ADADF (or 0x3ADADF) is known color: Turquoise. HEX triplet: 3A, DA and DF. RGB value is (58,218,223). Sum of RGB (Red+Green+Blue) = 58+218+223=499 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.62% from 499); Green value is 218 (85.55% from 255 or 43.69% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #3ADADF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADADF is #C52520. Grayscale: #AAAAAA. Windows color (decimal): -12920097 or 14670394. OLE color: 14670394.
HSL color Cylindrical-coordinate representation of color #3ADADF: hue angle of 181.82º 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 #3ADADF is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 218 | 223 | - |
| CMYK | 0.74 | 0.02 | 0 | 0.13 |
| HSL | 181.82º | 0.72% | 0.55% | - |
| HSV(B) | 181.82º | 0.74% | 0.87% | - |
| XYZ | 40.14 | 56.37 | 78.58 | - |
| YUV | 170.73 | 157.49 | 47.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 218 | 223 | 0.74 | 0.02 | 0 | 0.13 | 181.82 | 0.72 | 0.55 |
| Hex | 3A | DA | DF | 4A | 2 | 0 | D | B6 | 48 | 37 |
| Octal | 72 | 332 | 337 | 112 | 2 | 0 | 15 | 266 | 110 | 67 |
| Binary | 111010 | 11011010 | 11011111 | 1001010 | 10 | 0 | 1101 | 10110110 | 1001000 | 110111 |
Color Harmonies of #3ADADF
Complementary color
Monochromatic Colors of #3ADADF
Black with #3ADADF
Text Example
Text Example
White with #3ADADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADADF; }
p { color: rgb(58,218,223); }
H1.HeaderClassName
{
color: #3ADADF;
}
.AnyTagClassName
{
color: #3ADADF;
}
</style>
background-color css
<style>
a { background-color: #3ADADF; }
a { background-color: rgb(58,218,223); }
div.DivClassName
{
background-color: #3ADADF;
}
.BgClassName
{
background-color: #3ADADF;
}
</style>
border-color css
<style>
span { border-color: #3ADADF; }
span { border-color: rgb(58,218,223); }
td.TdClassName
{
border-color: #3ADADF;
}
.TagClassName
{
border-color: #3ADADF;
}
</style>