Shades of Turquoise Blue #6ADEFA
Tints of Turquoise Blue #6ADEFA
RGB
CMYK
RGB Variations
Color information
#6ADEFA (or 0x6ADEFA) is known color: Turquoise Blue. HEX triplet: 6A, DE and FA. RGB value is (106,222,250). Sum of RGB (Red+Green+Blue) = 106+222+250=578 (76% of max value = 765). Red value is 106 (41.80% from 255 or 18.34% from 578); Green value is 222 (87.11% from 255 or 38.41% from 578); Blue value is 250 (98.05% from 255 or 43.25% from 578); Max value from RGB is 250 - color contains mainly: blue. Hex color #6ADEFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ADEFA is #952105. Grayscale: #BEBEBE. Windows color (decimal): -9773318 or 16440938. OLE color: 16440938.
HSL color Cylindrical-coordinate representation of color #6ADEFA: hue angle of 191.67º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6ADEFA is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 222 | 250 | - |
| CMYK | 0.58 | 0.11 | 0 | 0.02 |
| HSL | 191.67º | 0.94% | 0.7% | - |
| HSV(B) | 191.67º | 0.58% | 0.98% | - |
| XYZ | 49.32 | 62.21 | 99.85 | - |
| YUV | 190.51 | 161.57 | 67.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 222 | 250 | 0.58 | 0.11 | 0 | 0.02 | 191.67 | 0.94 | 0.7 |
| Hex | 6A | DE | FA | 3A | B | 0 | 2 | C0 | 5E | 46 |
| Octal | 152 | 336 | 372 | 72 | 13 | 0 | 2 | 300 | 136 | 106 |
| Binary | 1101010 | 11011110 | 11111010 | 111010 | 1011 | 0 | 10 | 11000000 | 1011110 | 1000110 |
Color Harmonies of #6ADEFA
Complementary color
Monochromatic Colors of #6ADEFA
Black with #6ADEFA
Text Example
Text Example
White with #6ADEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADEFA; }
p { color: rgb(106,222,250); }
H1.HeaderClassName
{
color: #6ADEFA;
}
.AnyTagClassName
{
color: #6ADEFA;
}
</style>
background-color css
<style>
a { background-color: #6ADEFA; }
a { background-color: rgb(106,222,250); }
div.DivClassName
{
background-color: #6ADEFA;
}
.BgClassName
{
background-color: #6ADEFA;
}
</style>
border-color css
<style>
span { border-color: #6ADEFA; }
span { border-color: rgb(106,222,250); }
td.TdClassName
{
border-color: #6ADEFA;
}
.TagClassName
{
border-color: #6ADEFA;
}
</style>