Shades of Turquoise Blue #6ADFEB
Tints of Turquoise Blue #6ADFEB
RGB
CMYK
RGB Variations
Color information
#6ADFEB (or 0x6ADFEB) is known color: Turquoise Blue. HEX triplet: 6A, DF and EB. RGB value is (106,223,235). Sum of RGB (Red+Green+Blue) = 106+223+235=564 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.79% from 564); Green value is 223 (87.5% from 255 or 39.54% from 564); Blue value is 235 (92.19% from 255 or 41.67% from 564); Max value from RGB is 235 - color contains mainly: blue. Hex color #6ADFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ADFEB is #952014. Grayscale: #BDBDBD. Windows color (decimal): -9773077 or 15458154. OLE color: 15458154.
HSL color Cylindrical-coordinate representation of color #6ADFEB: hue angle of 185.58º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6ADFEB is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 106 | 223 | 235 | - |
| CMYK | 0.55 | 0.05 | 0 | 0.08 |
| HSL | 185.58º | 0.76% | 0.67% | - |
| HSV(B) | 185.58º | 0.55% | 0.92% | - |
| XYZ | 47.33 | 61.84 | 88.04 | - |
| YUV | 189.39 | 153.74 | 68.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 223 | 235 | 0.55 | 0.05 | 0 | 0.08 | 185.58 | 0.76 | 0.67 |
| Hex | 6A | DF | EB | 37 | 5 | 0 | 8 | BA | 4C | 43 |
| Octal | 152 | 337 | 353 | 67 | 5 | 0 | 10 | 272 | 114 | 103 |
| Binary | 1101010 | 11011111 | 11101011 | 110111 | 101 | 0 | 1000 | 10111010 | 1001100 | 1000011 |
Color Harmonies of #6ADFEB
Complementary color
Monochromatic Colors of #6ADFEB
Black with #6ADFEB
Text Example
Text Example
White with #6ADFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADFEB; }
p { color: rgb(106,223,235); }
H1.HeaderClassName
{
color: #6ADFEB;
}
.AnyTagClassName
{
color: #6ADFEB;
}
</style>
background-color css
<style>
a { background-color: #6ADFEB; }
a { background-color: rgb(106,223,235); }
div.DivClassName
{
background-color: #6ADFEB;
}
.BgClassName
{
background-color: #6ADFEB;
}
</style>
border-color css
<style>
span { border-color: #6ADFEB; }
span { border-color: rgb(106,223,235); }
td.TdClassName
{
border-color: #6ADFEB;
}
.TagClassName
{
border-color: #6ADFEB;
}
</style>