Shades of Turquoise Blue #6DCFE6
Tints of Turquoise Blue #6DCFE6
RGB
CMYK
RGB Variations
Color information
#6DCFE6 (or 0x6DCFE6) is known color: Turquoise Blue. HEX triplet: 6D, CF and E6. RGB value is (109,207,230). Sum of RGB (Red+Green+Blue) = 109+207+230=546 (72% of max value = 765). Red value is 109 (42.97% from 255 or 19.96% from 546); Green value is 207 (81.25% from 255 or 37.91% from 546); Blue value is 230 (90.23% from 255 or 42.12% from 546); Max value from RGB is 230 - color contains mainly: blue. Hex color #6DCFE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DCFE6 is #923019. Grayscale: #B4B4B4. Windows color (decimal): -9580570 or 15126381. OLE color: 15126381.
HSL color Cylindrical-coordinate representation of color #6DCFE6: hue angle of 191.4º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DCFE6 is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 109 | 207 | 230 | - |
| CMYK | 0.53 | 0.10 | 0 | 0.10 |
| HSL | 191.41º | 0.71% | 0.66% | - |
| HSV(B) | 191.41º | 0.53% | 0.9% | - |
| XYZ | 42.9 | 53.59 | 82.95 | - |
| YUV | 180.32 | 156.03 | 77.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 207 | 230 | 0.53 | 0.10 | 0 | 0.10 | 191.41 | 0.71 | 0.66 |
| Hex | 6D | CF | E6 | 35 | A | 0 | A | BF | 47 | 42 |
| Octal | 155 | 317 | 346 | 65 | 12 | 0 | 12 | 277 | 107 | 102 |
| Binary | 1101101 | 11001111 | 11100110 | 110101 | 1010 | 0 | 1010 | 10111111 | 1000111 | 1000010 |
Color Harmonies of #6DCFE6
Complementary color
Monochromatic Colors of #6DCFE6
Black with #6DCFE6
Text Example
Text Example
White with #6DCFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCFE6; }
p { color: rgb(109,207,230); }
H1.HeaderClassName
{
color: #6DCFE6;
}
.AnyTagClassName
{
color: #6DCFE6;
}
</style>
background-color css
<style>
a { background-color: #6DCFE6; }
a { background-color: rgb(109,207,230); }
div.DivClassName
{
background-color: #6DCFE6;
}
.BgClassName
{
background-color: #6DCFE6;
}
</style>
border-color css
<style>
span { border-color: #6DCFE6; }
span { border-color: rgb(109,207,230); }
td.TdClassName
{
border-color: #6DCFE6;
}
.TagClassName
{
border-color: #6DCFE6;
}
</style>