Shades of Turquoise Blue #6DD4F0
Tints of Turquoise Blue #6DD4F0
RGB
CMYK
RGB Variations
Color information
#6DD4F0 (or 0x6DD4F0) is known color: Turquoise Blue. HEX triplet: 6D, D4 and F0. RGB value is (109,212,240). Sum of RGB (Red+Green+Blue) = 109+212+240=561 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.43% from 561); Green value is 212 (83.20% from 255 or 37.79% from 561); Blue value is 240 (94.14% from 255 or 42.78% from 561); Max value from RGB is 240 - color contains mainly: blue. Hex color #6DD4F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DD4F0 is #922B0F. Grayscale: #B8B8B8. Windows color (decimal): -9579280 or 15783021. OLE color: 15783021.
HSL color Cylindrical-coordinate representation of color #6DD4F0: hue angle of 192.82º 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 #6DD4F0 is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 109 | 212 | 240 | - |
| CMYK | 0.55 | 0.12 | 0 | 0.06 |
| HSL | 192.82º | 0.81% | 0.68% | - |
| HSV(B) | 192.82º | 0.55% | 0.94% | - |
| XYZ | 45.58 | 56.63 | 90.97 | - |
| YUV | 184.4 | 159.38 | 74.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 212 | 240 | 0.55 | 0.12 | 0 | 0.06 | 192.82 | 0.81 | 0.68 |
| Hex | 6D | D4 | F0 | 37 | C | 0 | 6 | C1 | 51 | 44 |
| Octal | 155 | 324 | 360 | 67 | 14 | 0 | 6 | 301 | 121 | 104 |
| Binary | 1101101 | 11010100 | 11110000 | 110111 | 1100 | 0 | 110 | 11000001 | 1010001 | 1000100 |
Color Harmonies of #6DD4F0
Complementary color
Monochromatic Colors of #6DD4F0
Black with #6DD4F0
Text Example
Text Example
White with #6DD4F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD4F0; }
p { color: rgb(109,212,240); }
H1.HeaderClassName
{
color: #6DD4F0;
}
.AnyTagClassName
{
color: #6DD4F0;
}
</style>
background-color css
<style>
a { background-color: #6DD4F0; }
a { background-color: rgb(109,212,240); }
div.DivClassName
{
background-color: #6DD4F0;
}
.BgClassName
{
background-color: #6DD4F0;
}
</style>
border-color css
<style>
span { border-color: #6DD4F0; }
span { border-color: rgb(109,212,240); }
td.TdClassName
{
border-color: #6DD4F0;
}
.TagClassName
{
border-color: #6DD4F0;
}
</style>