Shades of Turquoise Blue #6DCFEF
Tints of Turquoise Blue #6DCFEF
RGB
CMYK
RGB Variations
Color information
#6DCFEF (or 0x6DCFEF) is known color: Turquoise Blue. HEX triplet: 6D, CF and EF. RGB value is (109,207,239). Sum of RGB (Red+Green+Blue) = 109+207+239=555 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.64% from 555); Green value is 207 (81.25% from 255 or 37.30% from 555); Blue value is 239 (93.75% from 255 or 43.06% from 555); Max value from RGB is 239 - color contains mainly: blue. Hex color #6DCFEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DCFEF is #923010. Grayscale: #B5B5B5. Windows color (decimal): -9580561 or 15716205. OLE color: 15716205.
HSL color Cylindrical-coordinate representation of color #6DCFEF: hue angle of 194.77º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DCFEF is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 109 | 207 | 239 | - |
| CMYK | 0.54 | 0.13 | 0 | 0.06 |
| HSL | 194.77º | 0.8% | 0.68% | - |
| HSV(B) | 194.77º | 0.54% | 0.94% | - |
| XYZ | 44.2 | 54.11 | 89.78 | - |
| YUV | 181.35 | 160.53 | 76.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 207 | 239 | 0.54 | 0.13 | 0 | 0.06 | 194.77 | 0.8 | 0.68 |
| Hex | 6D | CF | EF | 36 | D | 0 | 6 | C3 | 50 | 44 |
| Octal | 155 | 317 | 357 | 66 | 15 | 0 | 6 | 303 | 120 | 104 |
| Binary | 1101101 | 11001111 | 11101111 | 110110 | 1101 | 0 | 110 | 11000011 | 1010000 | 1000100 |
Color Harmonies of #6DCFEF
Complementary color
Monochromatic Colors of #6DCFEF
Black with #6DCFEF
Text Example
Text Example
White with #6DCFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCFEF; }
p { color: rgb(109,207,239); }
H1.HeaderClassName
{
color: #6DCFEF;
}
.AnyTagClassName
{
color: #6DCFEF;
}
</style>
background-color css
<style>
a { background-color: #6DCFEF; }
a { background-color: rgb(109,207,239); }
div.DivClassName
{
background-color: #6DCFEF;
}
.BgClassName
{
background-color: #6DCFEF;
}
</style>
border-color css
<style>
span { border-color: #6DCFEF; }
span { border-color: rgb(109,207,239); }
td.TdClassName
{
border-color: #6DCFEF;
}
.TagClassName
{
border-color: #6DCFEF;
}
</style>