Shades of Turquoise #3ADCDF
Tints of Turquoise #3ADCDF
RGB
CMYK
RGB Variations
Color information
#3ADCDF (or 0x3ADCDF) is known color: Turquoise. HEX triplet: 3A, DC and DF. RGB value is (58,220,223). Sum of RGB (Red+Green+Blue) = 58+220+223=501 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.58% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #3ADCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADCDF is #C52320. Grayscale: #ABABAB. Windows color (decimal): -12919585 or 14670906. OLE color: 14670906.
HSL color Cylindrical-coordinate representation of color #3ADCDF: hue angle of 181.09º 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 #3ADCDF is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 220 | 223 | - |
| CMYK | 0.74 | 0.01 | 0 | 0.13 |
| HSL | 181.09º | 0.72% | 0.55% | - |
| HSV(B) | 181.09º | 0.74% | 0.87% | - |
| XYZ | 40.66 | 57.41 | 78.75 | - |
| YUV | 171.9 | 156.83 | 46.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 220 | 223 | 0.74 | 0.01 | 0 | 0.13 | 181.09 | 0.72 | 0.55 |
| Hex | 3A | DC | DF | 4A | 1 | 0 | D | B5 | 48 | 37 |
| Octal | 72 | 334 | 337 | 112 | 1 | 0 | 15 | 265 | 110 | 67 |
| Binary | 111010 | 11011100 | 11011111 | 1001010 | 1 | 0 | 1101 | 10110101 | 1001000 | 110111 |
Color Harmonies of #3ADCDF
Complementary color
Monochromatic Colors of #3ADCDF
Black with #3ADCDF
Text Example
Text Example
White with #3ADCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADCDF; }
p { color: rgb(58,220,223); }
H1.HeaderClassName
{
color: #3ADCDF;
}
.AnyTagClassName
{
color: #3ADCDF;
}
</style>
background-color css
<style>
a { background-color: #3ADCDF; }
a { background-color: rgb(58,220,223); }
div.DivClassName
{
background-color: #3ADCDF;
}
.BgClassName
{
background-color: #3ADCDF;
}
</style>
border-color css
<style>
span { border-color: #3ADCDF; }
span { border-color: rgb(58,220,223); }
td.TdClassName
{
border-color: #3ADCDF;
}
.TagClassName
{
border-color: #3ADCDF;
}
</style>