Shades of Turquoise #3ADAE1
Tints of Turquoise #3ADAE1
RGB
CMYK
RGB Variations
Color information
#3ADAE1 (or 0x3ADAE1) is known color: Turquoise. HEX triplet: 3A, DA and E1. RGB value is (58,218,225). Sum of RGB (Red+Green+Blue) = 58+218+225=501 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.58% from 501); Green value is 218 (85.55% from 255 or 43.51% from 501); Blue value is 225 (88.28% from 255 or 44.91% from 501); Max value from RGB is 225 - color contains mainly: blue. Hex color #3ADAE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADAE1 is #C5251E. Grayscale: #AAAAAA. Windows color (decimal): -12920095 or 14801466. OLE color: 14801466.
HSL color Cylindrical-coordinate representation of color #3ADAE1: hue angle of 182.51º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ADAE1 is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 58 | 218 | 225 | - |
| CMYK | 0.74 | 0.03 | 0 | 0.12 |
| HSL | 182.52º | 0.74% | 0.55% | - |
| HSV(B) | 182.52º | 0.74% | 0.88% | - |
| XYZ | 40.41 | 56.48 | 80.01 | - |
| YUV | 170.96 | 158.49 | 47.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 218 | 225 | 0.74 | 0.03 | 0 | 0.12 | 182.52 | 0.74 | 0.55 |
| Hex | 3A | DA | E1 | 4A | 3 | 0 | C | B7 | 4A | 37 |
| Octal | 72 | 332 | 341 | 112 | 3 | 0 | 14 | 267 | 112 | 67 |
| Binary | 111010 | 11011010 | 11100001 | 1001010 | 11 | 0 | 1100 | 10110111 | 1001010 | 110111 |
Color Harmonies of #3ADAE1
Complementary color
Monochromatic Colors of #3ADAE1
Black with #3ADAE1
Text Example
Text Example
White with #3ADAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADAE1; }
p { color: rgb(58,218,225); }
H1.HeaderClassName
{
color: #3ADAE1;
}
.AnyTagClassName
{
color: #3ADAE1;
}
</style>
background-color css
<style>
a { background-color: #3ADAE1; }
a { background-color: rgb(58,218,225); }
div.DivClassName
{
background-color: #3ADAE1;
}
.BgClassName
{
background-color: #3ADAE1;
}
</style>
border-color css
<style>
span { border-color: #3ADAE1; }
span { border-color: rgb(58,218,225); }
td.TdClassName
{
border-color: #3ADAE1;
}
.TagClassName
{
border-color: #3ADAE1;
}
</style>