Shades of Turquoise Blue #6ADAFB
Tints of Turquoise Blue #6ADAFB
RGB
CMYK
RGB Variations
Color information
#6ADAFB (or 0x6ADAFB) is known color: Turquoise Blue. HEX triplet: 6A, DA and FB. RGB value is (106,218,251). Sum of RGB (Red+Green+Blue) = 106+218+251=575 (76% of max value = 765). Red value is 106 (41.80% from 255 or 18.43% from 575); Green value is 218 (85.55% from 255 or 37.91% from 575); Blue value is 251 (98.44% from 255 or 43.65% from 575); Max value from RGB is 251 - color contains mainly: blue. Hex color #6ADAFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ADAFB is #952504. Grayscale: #BCBCBC. Windows color (decimal): -9774341 or 16505450. OLE color: 16505450.
HSL color Cylindrical-coordinate representation of color #6ADAFB: hue angle of 193.66º degrees, saturation: 0.95, 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 #6ADAFB is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 218 | 251 | - |
| CMYK | 0.58 | 0.13 | 0 | 0.02 |
| HSL | 193.66º | 0.95% | 0.7% | - |
| HSV(B) | 193.66º | 0.58% | 0.98% | - |
| XYZ | 48.43 | 60.17 | 100.33 | - |
| YUV | 188.27 | 163.39 | 69.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 218 | 251 | 0.58 | 0.13 | 0 | 0.02 | 193.66 | 0.95 | 0.7 |
| Hex | 6A | DA | FB | 3A | D | 0 | 2 | C2 | 5F | 46 |
| Octal | 152 | 332 | 373 | 72 | 15 | 0 | 2 | 302 | 137 | 106 |
| Binary | 1101010 | 11011010 | 11111011 | 111010 | 1101 | 0 | 10 | 11000010 | 1011111 | 1000110 |
Color Harmonies of #6ADAFB
Complementary color
Monochromatic Colors of #6ADAFB
Black with #6ADAFB
Text Example
Text Example
White with #6ADAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADAFB; }
p { color: rgb(106,218,251); }
H1.HeaderClassName
{
color: #6ADAFB;
}
.AnyTagClassName
{
color: #6ADAFB;
}
</style>
background-color css
<style>
a { background-color: #6ADAFB; }
a { background-color: rgb(106,218,251); }
div.DivClassName
{
background-color: #6ADAFB;
}
.BgClassName
{
background-color: #6ADAFB;
}
</style>
border-color css
<style>
span { border-color: #6ADAFB; }
span { border-color: rgb(106,218,251); }
td.TdClassName
{
border-color: #6ADAFB;
}
.TagClassName
{
border-color: #6ADAFB;
}
</style>