Shades of Turquoise #3ADEDE
Tints of Turquoise #3ADEDE
RGB
CMYK
RGB Variations
Color information
#3ADEDE (or 0x3ADEDE) is known color: Turquoise. HEX triplet: 3A, DE and DE. RGB value is (58,222,222). Sum of RGB (Red+Green+Blue) = 58+222+222=502 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.55% from 502); Green value is 222 (87.11% from 255 or 44.22% from 502); Blue value is 222 (87.11% from 255 or 44.22% from 502); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #3ADEDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADEDE is #C52121. Grayscale: #ACACAC. Windows color (decimal): -12919074 or 14605882. OLE color: 14605882.
HSL color Cylindrical-coordinate representation of color #3ADEDE: hue angle of 180º degrees, saturation: 0.71, 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 #3ADEDE is Cyan = 0.74, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 222 | 222 | - |
| CMYK | 0.74 | 0 | 0 | 0.13 |
| HSL | 180º | 0.71% | 0.55% | - |
| HSV(B) | 180º | 0.74% | 0.87% | - |
| XYZ | 41.05 | 58.42 | 78.22 | - |
| YUV | 172.96 | 155.67 | 46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 222 | 222 | 0.74 | 0 | 0 | 0.13 | 180 | 0.71 | 0.55 |
| Hex | 3A | DE | DE | 4A | 0 | 0 | D | B4 | 47 | 37 |
| Octal | 72 | 336 | 336 | 112 | 0 | 0 | 15 | 264 | 107 | 67 |
| Binary | 111010 | 11011110 | 11011110 | 1001010 | 0 | 0 | 1101 | 10110100 | 1000111 | 110111 |
Color Harmonies of #3ADEDE
Complementary color
Monochromatic Colors of #3ADEDE
Black with #3ADEDE
Text Example
Text Example
White with #3ADEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADEDE; }
p { color: rgb(58,222,222); }
H1.HeaderClassName
{
color: #3ADEDE;
}
.AnyTagClassName
{
color: #3ADEDE;
}
</style>
background-color css
<style>
a { background-color: #3ADEDE; }
a { background-color: rgb(58,222,222); }
div.DivClassName
{
background-color: #3ADEDE;
}
.BgClassName
{
background-color: #3ADEDE;
}
</style>
border-color css
<style>
span { border-color: #3ADEDE; }
span { border-color: rgb(58,222,222); }
td.TdClassName
{
border-color: #3ADEDE;
}
.TagClassName
{
border-color: #3ADEDE;
}
</style>