Shades of Turquoise Blue #6ADDF5
Tints of Turquoise Blue #6ADDF5
RGB
CMYK
RGB Variations
Color information
#6ADDF5 (or 0x6ADDF5) is known color: Turquoise Blue. HEX triplet: 6A, DD and F5. RGB value is (106,221,245). Sum of RGB (Red+Green+Blue) = 106+221+245=572 (75% of max value = 765). Red value is 106 (41.80% from 255 or 18.53% from 572); Green value is 221 (86.72% from 255 or 38.64% from 572); Blue value is 245 (96.09% from 255 or 42.83% from 572); Max value from RGB is 245 - color contains mainly: blue. Hex color #6ADDF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ADDF5 is #95220A. Grayscale: #BDBDBD. Windows color (decimal): -9773579 or 16113002. OLE color: 16113002.
HSL color Cylindrical-coordinate representation of color #6ADDF5: hue angle of 190.36º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6ADDF5 is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 106 | 221 | 245 | - |
| CMYK | 0.57 | 0.10 | 0 | 0.04 |
| HSL | 190.36º | 0.87% | 0.69% | - |
| HSV(B) | 190.36º | 0.57% | 0.96% | - |
| XYZ | 48.28 | 61.37 | 95.69 | - |
| YUV | 189.35 | 159.4 | 68.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 221 | 245 | 0.57 | 0.10 | 0 | 0.04 | 190.36 | 0.87 | 0.69 |
| Hex | 6A | DD | F5 | 39 | A | 0 | 4 | BE | 57 | 45 |
| Octal | 152 | 335 | 365 | 71 | 12 | 0 | 4 | 276 | 127 | 105 |
| Binary | 1101010 | 11011101 | 11110101 | 111001 | 1010 | 0 | 100 | 10111110 | 1010111 | 1000101 |
Color Harmonies of #6ADDF5
Complementary color
Monochromatic Colors of #6ADDF5
Black with #6ADDF5
Text Example
Text Example
White with #6ADDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADDF5; }
p { color: rgb(106,221,245); }
H1.HeaderClassName
{
color: #6ADDF5;
}
.AnyTagClassName
{
color: #6ADDF5;
}
</style>
background-color css
<style>
a { background-color: #6ADDF5; }
a { background-color: rgb(106,221,245); }
div.DivClassName
{
background-color: #6ADDF5;
}
.BgClassName
{
background-color: #6ADDF5;
}
</style>
border-color css
<style>
span { border-color: #6ADDF5; }
span { border-color: rgb(106,221,245); }
td.TdClassName
{
border-color: #6ADDF5;
}
.TagClassName
{
border-color: #6ADDF5;
}
</style>