Shades of Turquoise Blue #6ADEF0
Tints of Turquoise Blue #6ADEF0
RGB
CMYK
RGB Variations
Color information
#6ADEF0 (or 0x6ADEF0) is known color: Turquoise Blue. HEX triplet: 6A, DE and F0. RGB value is (106,222,240). Sum of RGB (Red+Green+Blue) = 106+222+240=568 (75% of max value = 765). Red value is 106 (41.80% from 255 or 18.66% from 568); Green value is 222 (87.11% from 255 or 39.08% from 568); Blue value is 240 (94.14% from 255 or 42.25% from 568); Max value from RGB is 240 - color contains mainly: blue. Hex color #6ADEF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ADEF0 is #95210F. Grayscale: #BDBDBD. Windows color (decimal): -9773328 or 15785578. OLE color: 15785578.
HSL color Cylindrical-coordinate representation of color #6ADEF0: hue angle of 188.06º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6ADEF0 is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 106 | 222 | 240 | - |
| CMYK | 0.56 | 0.08 | 0 | 0.06 |
| HSL | 188.06º | 0.82% | 0.68% | - |
| HSV(B) | 188.06º | 0.56% | 0.94% | - |
| XYZ | 47.79 | 61.6 | 91.81 | - |
| YUV | 189.37 | 156.57 | 68.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 222 | 240 | 0.56 | 0.08 | 0 | 0.06 | 188.06 | 0.82 | 0.68 |
| Hex | 6A | DE | F0 | 38 | 8 | 0 | 6 | BC | 52 | 44 |
| Octal | 152 | 336 | 360 | 70 | 10 | 0 | 6 | 274 | 122 | 104 |
| Binary | 1101010 | 11011110 | 11110000 | 111000 | 1000 | 0 | 110 | 10111100 | 1010010 | 1000100 |
Color Harmonies of #6ADEF0
Complementary color
Monochromatic Colors of #6ADEF0
Black with #6ADEF0
Text Example
Text Example
White with #6ADEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADEF0; }
p { color: rgb(106,222,240); }
H1.HeaderClassName
{
color: #6ADEF0;
}
.AnyTagClassName
{
color: #6ADEF0;
}
</style>
background-color css
<style>
a { background-color: #6ADEF0; }
a { background-color: rgb(106,222,240); }
div.DivClassName
{
background-color: #6ADEF0;
}
.BgClassName
{
background-color: #6ADEF0;
}
</style>
border-color css
<style>
span { border-color: #6ADEF0; }
span { border-color: rgb(106,222,240); }
td.TdClassName
{
border-color: #6ADEF0;
}
.TagClassName
{
border-color: #6ADEF0;
}
</style>