Shades of Turquoise Blue #6DCDE4
Tints of Turquoise Blue #6DCDE4
RGB
CMYK
RGB Variations
Color information
#6DCDE4 (or 0x6DCDE4) is known color: Turquoise Blue. HEX triplet: 6D, CD and E4. RGB value is (109,205,228). Sum of RGB (Red+Green+Blue) = 109+205+228=542 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.11% from 542); Green value is 205 (80.47% from 255 or 37.82% from 542); Blue value is 228 (89.45% from 255 or 42.07% from 542); Max value from RGB is 228 - color contains mainly: blue. Hex color #6DCDE4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCDE4 is #92321B. Grayscale: #B2B2B2. Windows color (decimal): -9581084 or 14994797. OLE color: 14994797.
HSL color Cylindrical-coordinate representation of color #6DCDE4: hue angle of 191.6º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6DCDE4 is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 109 | 205 | 228 | - |
| CMYK | 0.52 | 0.10 | 0 | 0.11 |
| HSL | 191.6º | 0.69% | 0.66% | - |
| HSV(B) | 191.6º | 0.52% | 0.89% | - |
| XYZ | 42.14 | 52.52 | 81.31 | - |
| YUV | 178.92 | 155.7 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 205 | 228 | 0.52 | 0.10 | 0 | 0.11 | 191.6 | 0.69 | 0.66 |
| Hex | 6D | CD | E4 | 34 | A | 0 | B | C0 | 45 | 42 |
| Octal | 155 | 315 | 344 | 64 | 12 | 0 | 13 | 300 | 105 | 102 |
| Binary | 1101101 | 11001101 | 11100100 | 110100 | 1010 | 0 | 1011 | 11000000 | 1000101 | 1000010 |
Color Harmonies of #6DCDE4
Complementary color
Monochromatic Colors of #6DCDE4
Black with #6DCDE4
Text Example
Text Example
White with #6DCDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCDE4; }
p { color: rgb(109,205,228); }
H1.HeaderClassName
{
color: #6DCDE4;
}
.AnyTagClassName
{
color: #6DCDE4;
}
</style>
background-color css
<style>
a { background-color: #6DCDE4; }
a { background-color: rgb(109,205,228); }
div.DivClassName
{
background-color: #6DCDE4;
}
.BgClassName
{
background-color: #6DCDE4;
}
</style>
border-color css
<style>
span { border-color: #6DCDE4; }
span { border-color: rgb(109,205,228); }
td.TdClassName
{
border-color: #6DCDE4;
}
.TagClassName
{
border-color: #6DCDE4;
}
</style>