Shades of Turquoise #3ADEF9
Tints of Turquoise #3ADEF9
RGB
CMYK
RGB Variations
Color information
#3ADEF9 (or 0x3ADEF9) is known color: Turquoise. HEX triplet: 3A, DE and F9. RGB value is (58,222,249). Sum of RGB (Red+Green+Blue) = 58+222+249=529 (70% of max value = 765). Red value is 58 (23.05% from 255 or 10.96% from 529); Green value is 222 (87.11% from 255 or 41.97% from 529); Blue value is 249 (97.66% from 255 or 47.07% from 529); Max value from RGB is 249 - color contains mainly: blue. Hex color #3ADEF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ADEF9 is #C52106. Grayscale: #AFAFAF. Windows color (decimal): -12919047 or 16375354. OLE color: 16375354.
HSL color Cylindrical-coordinate representation of color #3ADEF9: hue angle of 188.48º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3ADEF9 is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 222 | 249 | - |
| CMYK | 0.77 | 0.11 | 0 | 0.02 |
| HSL | 188.48º | 0.94% | 0.6% | - |
| HSV(B) | 188.48º | 0.77% | 0.98% | - |
| XYZ | 44.97 | 59.98 | 98.83 | - |
| YUV | 176.04 | 169.17 | 43.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 222 | 249 | 0.77 | 0.11 | 0 | 0.02 | 188.48 | 0.94 | 0.6 |
| Hex | 3A | DE | F9 | 4D | B | 0 | 2 | BC | 5E | 3C |
| Octal | 72 | 336 | 371 | 115 | 13 | 0 | 2 | 274 | 136 | 74 |
| Binary | 111010 | 11011110 | 11111001 | 1001101 | 1011 | 0 | 10 | 10111100 | 1011110 | 111100 |
Color Harmonies of #3ADEF9
Complementary color
Monochromatic Colors of #3ADEF9
Black with #3ADEF9
Text Example
Text Example
White with #3ADEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADEF9; }
p { color: rgb(58,222,249); }
H1.HeaderClassName
{
color: #3ADEF9;
}
.AnyTagClassName
{
color: #3ADEF9;
}
</style>
background-color css
<style>
a { background-color: #3ADEF9; }
a { background-color: rgb(58,222,249); }
div.DivClassName
{
background-color: #3ADEF9;
}
.BgClassName
{
background-color: #3ADEF9;
}
</style>
border-color css
<style>
span { border-color: #3ADEF9; }
span { border-color: rgb(58,222,249); }
td.TdClassName
{
border-color: #3ADEF9;
}
.TagClassName
{
border-color: #3ADEF9;
}
</style>