Shades of Turquoise Blue #6DCEF0
Tints of Turquoise Blue #6DCEF0
RGB
CMYK
RGB Variations
Color information
#6DCEF0 (or 0x6DCEF0) is known color: Turquoise Blue. HEX triplet: 6D, CE and F0. RGB value is (109,206,240). Sum of RGB (Red+Green+Blue) = 109+206+240=555 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.64% from 555); Green value is 206 (80.86% from 255 or 37.12% from 555); Blue value is 240 (94.14% from 255 or 43.24% from 555); Max value from RGB is 240 - color contains mainly: blue. Hex color #6DCEF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DCEF0 is #92310F. Grayscale: #B4B4B4. Windows color (decimal): -9580816 or 15781485. OLE color: 15781485.
HSL color Cylindrical-coordinate representation of color #6DCEF0: hue angle of 195.57º 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 #6DCEF0 is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 109 | 206 | 240 | - |
| CMYK | 0.55 | 0.14 | 0 | 0.06 |
| HSL | 195.57º | 0.81% | 0.68% | - |
| HSV(B) | 195.57º | 0.55% | 0.94% | - |
| XYZ | 44.11 | 53.69 | 90.48 | - |
| YUV | 180.87 | 161.36 | 76.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 206 | 240 | 0.55 | 0.14 | 0 | 0.06 | 195.57 | 0.81 | 0.68 |
| Hex | 6D | CE | F0 | 37 | E | 0 | 6 | C4 | 51 | 44 |
| Octal | 155 | 316 | 360 | 67 | 16 | 0 | 6 | 304 | 121 | 104 |
| Binary | 1101101 | 11001110 | 11110000 | 110111 | 1110 | 0 | 110 | 11000100 | 1010001 | 1000100 |
Color Harmonies of #6DCEF0
Complementary color
Monochromatic Colors of #6DCEF0
Black with #6DCEF0
Text Example
Text Example
White with #6DCEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCEF0; }
p { color: rgb(109,206,240); }
H1.HeaderClassName
{
color: #6DCEF0;
}
.AnyTagClassName
{
color: #6DCEF0;
}
</style>
background-color css
<style>
a { background-color: #6DCEF0; }
a { background-color: rgb(109,206,240); }
div.DivClassName
{
background-color: #6DCEF0;
}
.BgClassName
{
background-color: #6DCEF0;
}
</style>
border-color css
<style>
span { border-color: #6DCEF0; }
span { border-color: rgb(109,206,240); }
td.TdClassName
{
border-color: #6DCEF0;
}
.TagClassName
{
border-color: #6DCEF0;
}
</style>