Shades of Turquoise Blue #6DCDF0
Tints of Turquoise Blue #6DCDF0
RGB
CMYK
RGB Variations
Color information
#6DCDF0 (or 0x6DCDF0) is known color: Turquoise Blue. HEX triplet: 6D, CD and F0. RGB value is (109,205,240). Sum of RGB (Red+Green+Blue) = 109+205+240=554 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.68% from 554); Green value is 205 (80.47% from 255 or 37.00% from 554); Blue value is 240 (94.14% from 255 or 43.32% from 554); Max value from RGB is 240 - color contains mainly: blue. Hex color #6DCDF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DCDF0 is #92320F. Grayscale: #B4B4B4. Windows color (decimal): -9581072 or 15781229. OLE color: 15781229.
HSL color Cylindrical-coordinate representation of color #6DCDF0: hue angle of 196.03º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DCDF0 is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 109 | 205 | 240 | - |
| CMYK | 0.55 | 0.15 | 0 | 0.06 |
| HSL | 196.03º | 0.81% | 0.68% | - |
| HSV(B) | 196.03º | 0.55% | 0.94% | - |
| XYZ | 43.87 | 53.21 | 90.4 | - |
| YUV | 180.29 | 161.7 | 77.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 205 | 240 | 0.55 | 0.15 | 0 | 0.06 | 196.03 | 0.81 | 0.68 |
| Hex | 6D | CD | F0 | 37 | F | 0 | 6 | C4 | 51 | 44 |
| Octal | 155 | 315 | 360 | 67 | 17 | 0 | 6 | 304 | 121 | 104 |
| Binary | 1101101 | 11001101 | 11110000 | 110111 | 1111 | 0 | 110 | 11000100 | 1010001 | 1000100 |
Color Harmonies of #6DCDF0
Complementary color
Monochromatic Colors of #6DCDF0
Black with #6DCDF0
Text Example
Text Example
White with #6DCDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCDF0; }
p { color: rgb(109,205,240); }
H1.HeaderClassName
{
color: #6DCDF0;
}
.AnyTagClassName
{
color: #6DCDF0;
}
</style>
background-color css
<style>
a { background-color: #6DCDF0; }
a { background-color: rgb(109,205,240); }
div.DivClassName
{
background-color: #6DCDF0;
}
.BgClassName
{
background-color: #6DCDF0;
}
</style>
border-color css
<style>
span { border-color: #6DCDF0; }
span { border-color: rgb(109,205,240); }
td.TdClassName
{
border-color: #6DCDF0;
}
.TagClassName
{
border-color: #6DCDF0;
}
</style>