Shades of Turquoise Blue #6ADDEE
Tints of Turquoise Blue #6ADDEE
RGB
CMYK
RGB Variations
Color information
#6ADDEE (or 0x6ADDEE) is known color: Turquoise Blue. HEX triplet: 6A, DD and EE. RGB value is (106,221,238). Sum of RGB (Red+Green+Blue) = 106+221+238=565 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.76% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 238 (93.36% from 255 or 42.12% from 565); Max value from RGB is 238 - color contains mainly: blue. Hex color #6ADDEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ADDEE is #952211. Grayscale: #BCBCBC. Windows color (decimal): -9773586 or 15654250. OLE color: 15654250.
HSL color Cylindrical-coordinate representation of color #6ADDEE: hue angle of 187.73º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6ADDEE is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 221 | 238 | - |
| CMYK | 0.55 | 0.07 | 0 | 0.07 |
| HSL | 187.73º | 0.8% | 0.67% | - |
| HSV(B) | 187.73º | 0.55% | 0.93% | - |
| XYZ | 47.23 | 60.95 | 90.16 | - |
| YUV | 188.55 | 155.9 | 69.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 221 | 238 | 0.55 | 0.07 | 0 | 0.07 | 187.73 | 0.8 | 0.67 |
| Hex | 6A | DD | EE | 37 | 7 | 0 | 7 | BC | 50 | 43 |
| Octal | 152 | 335 | 356 | 67 | 7 | 0 | 7 | 274 | 120 | 103 |
| Binary | 1101010 | 11011101 | 11101110 | 110111 | 111 | 0 | 111 | 10111100 | 1010000 | 1000011 |
Color Harmonies of #6ADDEE
Complementary color
Monochromatic Colors of #6ADDEE
Black with #6ADDEE
Text Example
Text Example
White with #6ADDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADDEE; }
p { color: rgb(106,221,238); }
H1.HeaderClassName
{
color: #6ADDEE;
}
.AnyTagClassName
{
color: #6ADDEE;
}
</style>
background-color css
<style>
a { background-color: #6ADDEE; }
a { background-color: rgb(106,221,238); }
div.DivClassName
{
background-color: #6ADDEE;
}
.BgClassName
{
background-color: #6ADDEE;
}
</style>
border-color css
<style>
span { border-color: #6ADDEE; }
span { border-color: rgb(106,221,238); }
td.TdClassName
{
border-color: #6ADDEE;
}
.TagClassName
{
border-color: #6ADDEE;
}
</style>