Shades of Turquoise Blue #6DDEFD
Tints of Turquoise Blue #6DDEFD
RGB
CMYK
RGB Variations
Color information
#6DDEFD (or 0x6DDEFD) is known color: Turquoise Blue. HEX triplet: 6D, DE and FD. RGB value is (109,222,253). Sum of RGB (Red+Green+Blue) = 109+222+253=584 (77% of max value = 765). Red value is 109 (42.97% from 255 or 18.66% from 584); Green value is 222 (87.11% from 255 or 38.01% from 584); Blue value is 253 (99.22% from 255 or 43.32% from 584); Max value from RGB is 253 - color contains mainly: blue. Hex color #6DDEFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DDEFD is #922102. Grayscale: #BFBFBF. Windows color (decimal): -9576707 or 16637549. OLE color: 16637549.
HSL color Cylindrical-coordinate representation of color #6DDEFD: hue angle of 192.92º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DDEFD is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 222 | 253 | - |
| CMYK | 0.57 | 0.12 | 0 | 0.01 |
| HSL | 192.92º | 0.97% | 0.71% | - |
| HSV(B) | 192.92º | 0.57% | 0.99% | - |
| XYZ | 50.16 | 62.59 | 102.37 | - |
| YUV | 191.75 | 162.56 | 68.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 222 | 253 | 0.57 | 0.12 | 0 | 0.01 | 192.92 | 0.97 | 0.71 |
| Hex | 6D | DE | FD | 39 | C | 0 | 1 | C1 | 61 | 47 |
| Octal | 155 | 336 | 375 | 71 | 14 | 0 | 1 | 301 | 141 | 107 |
| Binary | 1101101 | 11011110 | 11111101 | 111001 | 1100 | 0 | 1 | 11000001 | 1100001 | 1000111 |
Color Harmonies of #6DDEFD
Complementary color
Monochromatic Colors of #6DDEFD
Black with #6DDEFD
Text Example
Text Example
White with #6DDEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDEFD; }
p { color: rgb(109,222,253); }
H1.HeaderClassName
{
color: #6DDEFD;
}
.AnyTagClassName
{
color: #6DDEFD;
}
</style>
background-color css
<style>
a { background-color: #6DDEFD; }
a { background-color: rgb(109,222,253); }
div.DivClassName
{
background-color: #6DDEFD;
}
.BgClassName
{
background-color: #6DDEFD;
}
</style>
border-color css
<style>
span { border-color: #6DDEFD; }
span { border-color: rgb(109,222,253); }
td.TdClassName
{
border-color: #6DDEFD;
}
.TagClassName
{
border-color: #6DDEFD;
}
</style>