Shades of Turquoise Blue #6ADEFE
Tints of Turquoise Blue #6ADEFE
RGB
CMYK
RGB Variations
Color information
#6ADEFE (or 0x6ADEFE) is known color: Turquoise Blue. HEX triplet: 6A, DE and FE. RGB value is (106,222,254). Sum of RGB (Red+Green+Blue) = 106+222+254=582 (77% of max value = 765). Red value is 106 (41.80% from 255 or 18.21% from 582); Green value is 222 (87.11% from 255 or 38.14% from 582); Blue value is 254 (99.61% from 255 or 43.64% from 582); Max value from RGB is 254 - color contains mainly: blue. Hex color #6ADEFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ADEFE is #952101. Grayscale: #BEBEBE. Windows color (decimal): -9773314 or 16703082. OLE color: 16703082.
HSL color Cylindrical-coordinate representation of color #6ADEFE: hue angle of 192.97º 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 #6ADEFE is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 106 | 222 | 254 | - |
| CMYK | 0.58 | 0.13 | 0 | 0.00 |
| HSL | 192.97º | 0.99% | 0.71% | - |
| HSV(B) | 192.97º | 0.58% | 1% | - |
| XYZ | 49.95 | 62.46 | 103.19 | - |
| YUV | 190.96 | 163.57 | 67.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 222 | 254 | 0.58 | 0.13 | 0 | 0.00 | 192.97 | 0.99 | 0.71 |
| Hex | 6A | DE | FE | 3A | D | 0 | 0 | C1 | 63 | 47 |
| Octal | 152 | 336 | 376 | 72 | 15 | 0 | 0 | 301 | 143 | 107 |
| Binary | 1101010 | 11011110 | 11111110 | 111010 | 1101 | 0 | 0 | 11000001 | 1100011 | 1000111 |
Color Harmonies of #6ADEFE
Complementary color
Monochromatic Colors of #6ADEFE
Black with #6ADEFE
Text Example
Text Example
White with #6ADEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADEFE; }
p { color: rgb(106,222,254); }
H1.HeaderClassName
{
color: #6ADEFE;
}
.AnyTagClassName
{
color: #6ADEFE;
}
</style>
background-color css
<style>
a { background-color: #6ADEFE; }
a { background-color: rgb(106,222,254); }
div.DivClassName
{
background-color: #6ADEFE;
}
.BgClassName
{
background-color: #6ADEFE;
}
</style>
border-color css
<style>
span { border-color: #6ADEFE; }
span { border-color: rgb(106,222,254); }
td.TdClassName
{
border-color: #6ADEFE;
}
.TagClassName
{
border-color: #6ADEFE;
}
</style>