Shades of Turquoise Blue #6ADFFE
Tints of Turquoise Blue #6ADFFE
RGB
CMYK
RGB Variations
Color information
#6ADFFE (or 0x6ADFFE) is known color: Turquoise Blue. HEX triplet: 6A, DF and FE. RGB value is (106,223,254). Sum of RGB (Red+Green+Blue) = 106+223+254=583 (77% of max value = 765). Red value is 106 (41.80% from 255 or 18.18% from 583); Green value is 223 (87.5% from 255 or 38.25% from 583); Blue value is 254 (99.61% from 255 or 43.57% from 583); Max value from RGB is 254 - color contains mainly: blue. Hex color #6ADFFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ADFFE is #952001. Grayscale: #BFBFBF. Windows color (decimal): -9773058 or 16703338. OLE color: 16703338.
HSL color Cylindrical-coordinate representation of color #6ADFFE: hue angle of 192.57º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6ADFFE is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 106 | 223 | 254 | - |
| CMYK | 0.58 | 0.12 | 0 | 0.00 |
| HSL | 192.57º | 0.99% | 0.71% | - |
| HSV(B) | 192.57º | 0.58% | 1% | - |
| XYZ | 50.22 | 63 | 103.28 | - |
| YUV | 191.55 | 163.24 | 66.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 223 | 254 | 0.58 | 0.12 | 0 | 0.00 | 192.57 | 0.99 | 0.71 |
| Hex | 6A | DF | FE | 3A | C | 0 | 0 | C1 | 63 | 47 |
| Octal | 152 | 337 | 376 | 72 | 14 | 0 | 0 | 301 | 143 | 107 |
| Binary | 1101010 | 11011111 | 11111110 | 111010 | 1100 | 0 | 0 | 11000001 | 1100011 | 1000111 |
Color Harmonies of #6ADFFE
Complementary color
Monochromatic Colors of #6ADFFE
Black with #6ADFFE
Text Example
Text Example
White with #6ADFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADFFE; }
p { color: rgb(106,223,254); }
H1.HeaderClassName
{
color: #6ADFFE;
}
.AnyTagClassName
{
color: #6ADFFE;
}
</style>
background-color css
<style>
a { background-color: #6ADFFE; }
a { background-color: rgb(106,223,254); }
div.DivClassName
{
background-color: #6ADFFE;
}
.BgClassName
{
background-color: #6ADFFE;
}
</style>
border-color css
<style>
span { border-color: #6ADFFE; }
span { border-color: rgb(106,223,254); }
td.TdClassName
{
border-color: #6ADFFE;
}
.TagClassName
{
border-color: #6ADFFE;
}
</style>