Shades of Turquoise #3ADEF3
Tints of Turquoise #3ADEF3
RGB
CMYK
RGB Variations
Color information
#3ADEF3 (or 0x3ADEF3) is known color: Turquoise. HEX triplet: 3A, DE and F3. RGB value is (58,222,243). Sum of RGB (Red+Green+Blue) = 58+222+243=523 (69% of max value = 765). Red value is 58 (23.05% from 255 or 11.09% from 523); Green value is 222 (87.11% from 255 or 42.45% from 523); Blue value is 243 (95.31% from 255 or 46.46% from 523); Max value from RGB is 243 - color contains mainly: blue. Hex color #3ADEF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ADEF3 is #C5210C. Grayscale: #AFAFAF. Windows color (decimal): -12919053 or 15982138. OLE color: 15982138.
HSL color Cylindrical-coordinate representation of color #3ADEF3: hue angle of 186.81º degrees, saturation: 0.89, 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 #3ADEF3 is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 222 | 243 | - |
| CMYK | 0.76 | 0.09 | 0 | 0.05 |
| HSL | 186.81º | 0.89% | 0.59% | - |
| HSV(B) | 186.81º | 0.76% | 0.95% | - |
| XYZ | 44.04 | 59.61 | 93.98 | - |
| YUV | 175.36 | 166.17 | 44.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 222 | 243 | 0.76 | 0.09 | 0 | 0.05 | 186.81 | 0.89 | 0.59 |
| Hex | 3A | DE | F3 | 4C | 9 | 0 | 5 | BB | 59 | 3B |
| Octal | 72 | 336 | 363 | 114 | 11 | 0 | 5 | 273 | 131 | 73 |
| Binary | 111010 | 11011110 | 11110011 | 1001100 | 1001 | 0 | 101 | 10111011 | 1011001 | 111011 |
Color Harmonies of #3ADEF3
Complementary color
Monochromatic Colors of #3ADEF3
Black with #3ADEF3
Text Example
Text Example
White with #3ADEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADEF3; }
p { color: rgb(58,222,243); }
H1.HeaderClassName
{
color: #3ADEF3;
}
.AnyTagClassName
{
color: #3ADEF3;
}
</style>
background-color css
<style>
a { background-color: #3ADEF3; }
a { background-color: rgb(58,222,243); }
div.DivClassName
{
background-color: #3ADEF3;
}
.BgClassName
{
background-color: #3ADEF3;
}
</style>
border-color css
<style>
span { border-color: #3ADEF3; }
span { border-color: rgb(58,222,243); }
td.TdClassName
{
border-color: #3ADEF3;
}
.TagClassName
{
border-color: #3ADEF3;
}
</style>