Shades of Turquoise Blue #6DDCF1
Tints of Turquoise Blue #6DDCF1
RGB
CMYK
RGB Variations
Color information
#6DDCF1 (or 0x6DDCF1) is known color: Turquoise Blue. HEX triplet: 6D, DC and F1. RGB value is (109,220,241). Sum of RGB (Red+Green+Blue) = 109+220+241=570 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.12% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 241 (94.53% from 255 or 42.28% from 570); Max value from RGB is 241 - color contains mainly: blue. Hex color #6DDCF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DDCF1 is #92230E. Grayscale: #BDBDBD. Windows color (decimal): -9577231 or 15850605. OLE color: 15850605.
HSL color Cylindrical-coordinate representation of color #6DDCF1: hue angle of 189.55º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DDCF1 is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 109 | 220 | 241 | - |
| CMYK | 0.55 | 0.09 | 0 | 0.05 |
| HSL | 189.55º | 0.83% | 0.69% | - |
| HSV(B) | 189.55º | 0.55% | 0.95% | - |
| XYZ | 47.78 | 60.79 | 92.43 | - |
| YUV | 189.21 | 157.23 | 70.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 220 | 241 | 0.55 | 0.09 | 0 | 0.05 | 189.55 | 0.83 | 0.69 |
| Hex | 6D | DC | F1 | 37 | 9 | 0 | 5 | BE | 52 | 45 |
| Octal | 155 | 334 | 361 | 67 | 11 | 0 | 5 | 276 | 122 | 105 |
| Binary | 1101101 | 11011100 | 11110001 | 110111 | 1001 | 0 | 101 | 10111110 | 1010010 | 1000101 |
Color Harmonies of #6DDCF1
Complementary color
Monochromatic Colors of #6DDCF1
Black with #6DDCF1
Text Example
Text Example
White with #6DDCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDCF1; }
p { color: rgb(109,220,241); }
H1.HeaderClassName
{
color: #6DDCF1;
}
.AnyTagClassName
{
color: #6DDCF1;
}
</style>
background-color css
<style>
a { background-color: #6DDCF1; }
a { background-color: rgb(109,220,241); }
div.DivClassName
{
background-color: #6DDCF1;
}
.BgClassName
{
background-color: #6DDCF1;
}
</style>
border-color css
<style>
span { border-color: #6DDCF1; }
span { border-color: rgb(109,220,241); }
td.TdClassName
{
border-color: #6DDCF1;
}
.TagClassName
{
border-color: #6DDCF1;
}
</style>