Shades of Turquoise Blue #6DCFE0
Tints of Turquoise Blue #6DCFE0
RGB
CMYK
RGB Variations
Color information
#6DCFE0 (or 0x6DCFE0) is known color: Turquoise Blue. HEX triplet: 6D, CF and E0. RGB value is (109,207,224). Sum of RGB (Red+Green+Blue) = 109+207+224=540 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.19% from 540); Green value is 207 (81.25% from 255 or 38.33% from 540); Blue value is 224 (87.89% from 255 or 41.48% from 540); Max value from RGB is 224 - color contains mainly: blue. Hex color #6DCFE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCFE0 is #92301F. Grayscale: #B3B3B3. Windows color (decimal): -9580576 or 14733165. OLE color: 14733165.
HSL color Cylindrical-coordinate representation of color #6DCFE0: hue angle of 188.87º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DCFE0 is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 109 | 207 | 224 | - |
| CMYK | 0.51 | 0.08 | 0 | 0.12 |
| HSL | 188.87º | 0.65% | 0.65% | - |
| HSV(B) | 188.87º | 0.51% | 0.88% | - |
| XYZ | 42.07 | 53.26 | 78.58 | - |
| YUV | 179.64 | 153.03 | 77.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 207 | 224 | 0.51 | 0.08 | 0 | 0.12 | 188.87 | 0.65 | 0.65 |
| Hex | 6D | CF | E0 | 33 | 8 | 0 | C | BD | 41 | 41 |
| Octal | 155 | 317 | 340 | 63 | 10 | 0 | 14 | 275 | 101 | 101 |
| Binary | 1101101 | 11001111 | 11100000 | 110011 | 1000 | 0 | 1100 | 10111101 | 1000001 | 1000001 |
Color Harmonies of #6DCFE0
Complementary color
Monochromatic Colors of #6DCFE0
Black with #6DCFE0
Text Example
Text Example
White with #6DCFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCFE0; }
p { color: rgb(109,207,224); }
H1.HeaderClassName
{
color: #6DCFE0;
}
.AnyTagClassName
{
color: #6DCFE0;
}
</style>
background-color css
<style>
a { background-color: #6DCFE0; }
a { background-color: rgb(109,207,224); }
div.DivClassName
{
background-color: #6DCFE0;
}
.BgClassName
{
background-color: #6DCFE0;
}
</style>
border-color css
<style>
span { border-color: #6DCFE0; }
span { border-color: rgb(109,207,224); }
td.TdClassName
{
border-color: #6DCFE0;
}
.TagClassName
{
border-color: #6DCFE0;
}
</style>