Shades of Turquoise Blue #6ADFFD
Tints of Turquoise Blue #6ADFFD
RGB
CMYK
RGB Variations
Color information
#6ADFFD (or 0x6ADFFD) is known color: Turquoise Blue. HEX triplet: 6A, DF and FD. RGB value is (106,223,253). Sum of RGB (Red+Green+Blue) = 106+223+253=582 (77% of max value = 765). Red value is 106 (41.80% from 255 or 18.21% from 582); Green value is 223 (87.5% from 255 or 38.32% from 582); Blue value is 253 (99.22% from 255 or 43.47% from 582); Max value from RGB is 253 - color contains mainly: blue. Hex color #6ADFFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ADFFD is #952002. Grayscale: #BFBFBF. Windows color (decimal): -9773059 or 16637802. OLE color: 16637802.
HSL color Cylindrical-coordinate representation of color #6ADFFD: hue angle of 192.24º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6ADFFD is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 106 | 223 | 253 | - |
| CMYK | 0.58 | 0.12 | 0 | 0.01 |
| HSL | 192.24º | 0.97% | 0.7% | - |
| HSV(B) | 192.24º | 0.58% | 0.99% | - |
| XYZ | 50.06 | 62.93 | 102.44 | - |
| YUV | 191.44 | 162.74 | 67.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 223 | 253 | 0.58 | 0.12 | 0 | 0.01 | 192.24 | 0.97 | 0.7 |
| Hex | 6A | DF | FD | 3A | C | 0 | 1 | C0 | 61 | 46 |
| Octal | 152 | 337 | 375 | 72 | 14 | 0 | 1 | 300 | 141 | 106 |
| Binary | 1101010 | 11011111 | 11111101 | 111010 | 1100 | 0 | 1 | 11000000 | 1100001 | 1000110 |
Color Harmonies of #6ADFFD
Complementary color
Monochromatic Colors of #6ADFFD
Black with #6ADFFD
Text Example
Text Example
White with #6ADFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADFFD; }
p { color: rgb(106,223,253); }
H1.HeaderClassName
{
color: #6ADFFD;
}
.AnyTagClassName
{
color: #6ADFFD;
}
</style>
background-color css
<style>
a { background-color: #6ADFFD; }
a { background-color: rgb(106,223,253); }
div.DivClassName
{
background-color: #6ADFFD;
}
.BgClassName
{
background-color: #6ADFFD;
}
</style>
border-color css
<style>
span { border-color: #6ADFFD; }
span { border-color: rgb(106,223,253); }
td.TdClassName
{
border-color: #6ADFFD;
}
.TagClassName
{
border-color: #6ADFFD;
}
</style>