Shades of Turquoise Blue #6ADEF3
Tints of Turquoise Blue #6ADEF3
RGB
CMYK
RGB Variations
Color information
#6ADEF3 (or 0x6ADEF3) is known color: Turquoise Blue. HEX triplet: 6A, DE and F3. RGB value is (106,222,243). Sum of RGB (Red+Green+Blue) = 106+222+243=571 (75% of max value = 765). Red value is 106 (41.80% from 255 or 18.56% from 571); Green value is 222 (87.11% from 255 or 38.88% from 571); Blue value is 243 (95.31% from 255 or 42.56% from 571); Max value from RGB is 243 - color contains mainly: blue. Hex color #6ADEF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ADEF3 is #95210C. Grayscale: #BDBDBD. Windows color (decimal): -9773325 or 15982186. OLE color: 15982186.
HSL color Cylindrical-coordinate representation of color #6ADEF3: hue angle of 189.2º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6ADEF3 is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 106 | 222 | 243 | - |
| CMYK | 0.56 | 0.09 | 0 | 0.05 |
| HSL | 189.2º | 0.85% | 0.68% | - |
| HSV(B) | 189.2º | 0.56% | 0.95% | - |
| XYZ | 48.24 | 61.78 | 94.18 | - |
| YUV | 189.71 | 158.07 | 68.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 222 | 243 | 0.56 | 0.09 | 0 | 0.05 | 189.2 | 0.85 | 0.68 |
| Hex | 6A | DE | F3 | 38 | 9 | 0 | 5 | BD | 55 | 44 |
| Octal | 152 | 336 | 363 | 70 | 11 | 0 | 5 | 275 | 125 | 104 |
| Binary | 1101010 | 11011110 | 11110011 | 111000 | 1001 | 0 | 101 | 10111101 | 1010101 | 1000100 |
Color Harmonies of #6ADEF3
Complementary color
Monochromatic Colors of #6ADEF3
Black with #6ADEF3
Text Example
Text Example
White with #6ADEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADEF3; }
p { color: rgb(106,222,243); }
H1.HeaderClassName
{
color: #6ADEF3;
}
.AnyTagClassName
{
color: #6ADEF3;
}
</style>
background-color css
<style>
a { background-color: #6ADEF3; }
a { background-color: rgb(106,222,243); }
div.DivClassName
{
background-color: #6ADEF3;
}
.BgClassName
{
background-color: #6ADEF3;
}
</style>
border-color css
<style>
span { border-color: #6ADEF3; }
span { border-color: rgb(106,222,243); }
td.TdClassName
{
border-color: #6ADEF3;
}
.TagClassName
{
border-color: #6ADEF3;
}
</style>