Shades of Turquoise #3ADEFA
Tints of Turquoise #3ADEFA
RGB
CMYK
RGB Variations
Color information
#3ADEFA (or 0x3ADEFA) is known color: Turquoise. HEX triplet: 3A, DE and FA. RGB value is (58,222,250). Sum of RGB (Red+Green+Blue) = 58+222+250=530 (70% of max value = 765). Red value is 58 (23.05% from 255 or 10.94% from 530); Green value is 222 (87.11% from 255 or 41.89% from 530); Blue value is 250 (98.05% from 255 or 47.17% from 530); Max value from RGB is 250 - color contains mainly: blue. Hex color #3ADEFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ADEFA is #C52105. Grayscale: #AFAFAF. Windows color (decimal): -12919046 or 16440890. OLE color: 16440890.
HSL color Cylindrical-coordinate representation of color #3ADEFA: hue angle of 188.75º degrees, saturation: 0.95, 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 #3ADEFA is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 222 | 250 | - |
| CMYK | 0.77 | 0.11 | 0 | 0.02 |
| HSL | 188.75º | 0.95% | 0.6% | - |
| HSV(B) | 188.75º | 0.77% | 0.98% | - |
| XYZ | 45.12 | 60.04 | 99.65 | - |
| YUV | 176.16 | 169.67 | 43.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 222 | 250 | 0.77 | 0.11 | 0 | 0.02 | 188.75 | 0.95 | 0.6 |
| Hex | 3A | DE | FA | 4D | B | 0 | 2 | BD | 5F | 3C |
| Octal | 72 | 336 | 372 | 115 | 13 | 0 | 2 | 275 | 137 | 74 |
| Binary | 111010 | 11011110 | 11111010 | 1001101 | 1011 | 0 | 10 | 10111101 | 1011111 | 111100 |
Color Harmonies of #3ADEFA
Complementary color
Monochromatic Colors of #3ADEFA
Black with #3ADEFA
Text Example
Text Example
White with #3ADEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADEFA; }
p { color: rgb(58,222,250); }
H1.HeaderClassName
{
color: #3ADEFA;
}
.AnyTagClassName
{
color: #3ADEFA;
}
</style>
background-color css
<style>
a { background-color: #3ADEFA; }
a { background-color: rgb(58,222,250); }
div.DivClassName
{
background-color: #3ADEFA;
}
.BgClassName
{
background-color: #3ADEFA;
}
</style>
border-color css
<style>
span { border-color: #3ADEFA; }
span { border-color: rgb(58,222,250); }
td.TdClassName
{
border-color: #3ADEFA;
}
.TagClassName
{
border-color: #3ADEFA;
}
</style>