Shades of Turquoise Blue #6ADFF6
Tints of Turquoise Blue #6ADFF6
RGB
CMYK
RGB Variations
Color information
#6ADFF6 (or 0x6ADFF6) is known color: Turquoise Blue. HEX triplet: 6A, DF and F6. RGB value is (106,223,246). Sum of RGB (Red+Green+Blue) = 106+223+246=575 (76% of max value = 765). Red value is 106 (41.80% from 255 or 18.43% from 575); Green value is 223 (87.5% from 255 or 38.78% from 575); Blue value is 246 (96.48% from 255 or 42.78% from 575); Max value from RGB is 246 - color contains mainly: blue. Hex color #6ADFF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ADFF6 is #952009. Grayscale: #BEBEBE. Windows color (decimal): -9773066 or 16179050. OLE color: 16179050.
HSL color Cylindrical-coordinate representation of color #6ADFF6: hue angle of 189.86º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6ADFF6 is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 106 | 223 | 246 | - |
| CMYK | 0.57 | 0.09 | 0 | 0.04 |
| HSL | 189.86º | 0.89% | 0.69% | - |
| HSV(B) | 189.86º | 0.57% | 0.96% | - |
| XYZ | 48.97 | 62.49 | 96.67 | - |
| YUV | 190.64 | 159.24 | 67.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 223 | 246 | 0.57 | 0.09 | 0 | 0.04 | 189.86 | 0.89 | 0.69 |
| Hex | 6A | DF | F6 | 39 | 9 | 0 | 4 | BE | 59 | 45 |
| Octal | 152 | 337 | 366 | 71 | 11 | 0 | 4 | 276 | 131 | 105 |
| Binary | 1101010 | 11011111 | 11110110 | 111001 | 1001 | 0 | 100 | 10111110 | 1011001 | 1000101 |
Color Harmonies of #6ADFF6
Complementary color
Monochromatic Colors of #6ADFF6
Black with #6ADFF6
Text Example
Text Example
White with #6ADFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADFF6; }
p { color: rgb(106,223,246); }
H1.HeaderClassName
{
color: #6ADFF6;
}
.AnyTagClassName
{
color: #6ADFF6;
}
</style>
background-color css
<style>
a { background-color: #6ADFF6; }
a { background-color: rgb(106,223,246); }
div.DivClassName
{
background-color: #6ADFF6;
}
.BgClassName
{
background-color: #6ADFF6;
}
</style>
border-color css
<style>
span { border-color: #6ADFF6; }
span { border-color: rgb(106,223,246); }
td.TdClassName
{
border-color: #6ADFF6;
}
.TagClassName
{
border-color: #6ADFF6;
}
</style>