Shades of Turquoise #3ADCF1
Tints of Turquoise #3ADCF1
RGB
CMYK
RGB Variations
Color information
#3ADCF1 (or 0x3ADCF1) is known color: Turquoise. HEX triplet: 3A, DC and F1. RGB value is (58,220,241). Sum of RGB (Red+Green+Blue) = 58+220+241=519 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.18% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 241 (94.53% from 255 or 46.44% from 519); Max value from RGB is 241 - color contains mainly: blue. Hex color #3ADCF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ADCF1 is #C5230E. Grayscale: #ADADAD. Windows color (decimal): -12919567 or 15850554. OLE color: 15850554.
HSL color Cylindrical-coordinate representation of color #3ADCF1: hue angle of 186.89º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3ADCF1 is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 220 | 241 | - |
| CMYK | 0.76 | 0.09 | 0 | 0.05 |
| HSL | 186.89º | 0.87% | 0.59% | - |
| HSV(B) | 186.89º | 0.76% | 0.95% | - |
| XYZ | 43.22 | 58.44 | 92.22 | - |
| YUV | 173.96 | 165.83 | 45.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 220 | 241 | 0.76 | 0.09 | 0 | 0.05 | 186.89 | 0.87 | 0.59 |
| Hex | 3A | DC | F1 | 4C | 9 | 0 | 5 | BB | 57 | 3B |
| Octal | 72 | 334 | 361 | 114 | 11 | 0 | 5 | 273 | 127 | 73 |
| Binary | 111010 | 11011100 | 11110001 | 1001100 | 1001 | 0 | 101 | 10111011 | 1010111 | 111011 |
Color Harmonies of #3ADCF1
Complementary color
Monochromatic Colors of #3ADCF1
Black with #3ADCF1
Text Example
Text Example
White with #3ADCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADCF1; }
p { color: rgb(58,220,241); }
H1.HeaderClassName
{
color: #3ADCF1;
}
.AnyTagClassName
{
color: #3ADCF1;
}
</style>
background-color css
<style>
a { background-color: #3ADCF1; }
a { background-color: rgb(58,220,241); }
div.DivClassName
{
background-color: #3ADCF1;
}
.BgClassName
{
background-color: #3ADCF1;
}
</style>
border-color css
<style>
span { border-color: #3ADCF1; }
span { border-color: rgb(58,220,241); }
td.TdClassName
{
border-color: #3ADCF1;
}
.TagClassName
{
border-color: #3ADCF1;
}
</style>