Shades of Turquoise Blue #6DDFFE
Tints of Turquoise Blue #6DDFFE
RGB
CMYK
RGB Variations
Color information
#6DDFFE (or 0x6DDFFE) is known color: Turquoise Blue. HEX triplet: 6D, DF and FE. RGB value is (109,223,254). Sum of RGB (Red+Green+Blue) = 109+223+254=586 (77% of max value = 765). Red value is 109 (42.97% from 255 or 18.60% from 586); Green value is 223 (87.5% from 255 or 38.05% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #6DDFFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DDFFE is #922001. Grayscale: #C0C0C0. Windows color (decimal): -9576450 or 16703341. OLE color: 16703341.
HSL color Cylindrical-coordinate representation of color #6DDFFE: hue angle of 192.83º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DDFFE is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 109 | 223 | 254 | - |
| CMYK | 0.57 | 0.12 | 0 | 0.00 |
| HSL | 192.83º | 0.99% | 0.71% | - |
| HSV(B) | 192.83º | 0.57% | 1% | - |
| XYZ | 50.58 | 63.18 | 103.3 | - |
| YUV | 192.45 | 162.73 | 68.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 223 | 254 | 0.57 | 0.12 | 0 | 0.00 | 192.83 | 0.99 | 0.71 |
| Hex | 6D | DF | FE | 39 | C | 0 | 0 | C1 | 63 | 47 |
| Octal | 155 | 337 | 376 | 71 | 14 | 0 | 0 | 301 | 143 | 107 |
| Binary | 1101101 | 11011111 | 11111110 | 111001 | 1100 | 0 | 0 | 11000001 | 1100011 | 1000111 |
Color Harmonies of #6DDFFE
Complementary color
Monochromatic Colors of #6DDFFE
Black with #6DDFFE
Text Example
Text Example
White with #6DDFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDFFE; }
p { color: rgb(109,223,254); }
H1.HeaderClassName
{
color: #6DDFFE;
}
.AnyTagClassName
{
color: #6DDFFE;
}
</style>
background-color css
<style>
a { background-color: #6DDFFE; }
a { background-color: rgb(109,223,254); }
div.DivClassName
{
background-color: #6DDFFE;
}
.BgClassName
{
background-color: #6DDFFE;
}
</style>
border-color css
<style>
span { border-color: #6DDFFE; }
span { border-color: rgb(109,223,254); }
td.TdClassName
{
border-color: #6DDFFE;
}
.TagClassName
{
border-color: #6DDFFE;
}
</style>