Shades of Turquoise Blue #6DDEEB
Tints of Turquoise Blue #6DDEEB
RGB
CMYK
RGB Variations
Color information
#6DDEEB (or 0x6DDEEB) is known color: Turquoise Blue. HEX triplet: 6D, DE and EB. RGB value is (109,222,235). Sum of RGB (Red+Green+Blue) = 109+222+235=566 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.26% from 566); Green value is 222 (87.11% from 255 or 39.22% from 566); Blue value is 235 (92.19% from 255 or 41.52% from 566); Max value from RGB is 235 - color contains mainly: blue. Hex color #6DDEEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DDEEB is #922114. Grayscale: #BDBDBD. Windows color (decimal): -9576725 or 15457901. OLE color: 15457901.
HSL color Cylindrical-coordinate representation of color #6DDEEB: hue angle of 186.19º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DDEEB is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 109 | 222 | 235 | - |
| CMYK | 0.54 | 0.06 | 0 | 0.08 |
| HSL | 186.19º | 0.76% | 0.67% | - |
| HSV(B) | 186.19º | 0.54% | 0.92% | - |
| XYZ | 47.42 | 61.49 | 87.97 | - |
| YUV | 189.7 | 153.56 | 70.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 222 | 235 | 0.54 | 0.06 | 0 | 0.08 | 186.19 | 0.76 | 0.67 |
| Hex | 6D | DE | EB | 36 | 6 | 0 | 8 | BA | 4C | 43 |
| Octal | 155 | 336 | 353 | 66 | 6 | 0 | 10 | 272 | 114 | 103 |
| Binary | 1101101 | 11011110 | 11101011 | 110110 | 110 | 0 | 1000 | 10111010 | 1001100 | 1000011 |
Color Harmonies of #6DDEEB
Complementary color
Monochromatic Colors of #6DDEEB
Black with #6DDEEB
Text Example
Text Example
White with #6DDEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDEEB; }
p { color: rgb(109,222,235); }
H1.HeaderClassName
{
color: #6DDEEB;
}
.AnyTagClassName
{
color: #6DDEEB;
}
</style>
background-color css
<style>
a { background-color: #6DDEEB; }
a { background-color: rgb(109,222,235); }
div.DivClassName
{
background-color: #6DDEEB;
}
.BgClassName
{
background-color: #6DDEEB;
}
</style>
border-color css
<style>
span { border-color: #6DDEEB; }
span { border-color: rgb(109,222,235); }
td.TdClassName
{
border-color: #6DDEEB;
}
.TagClassName
{
border-color: #6DDEEB;
}
</style>