Shades of Turquoise Blue #6DDFF0
Tints of Turquoise Blue #6DDFF0
RGB
CMYK
RGB Variations
Color information
#6DDFF0 (or 0x6DDFF0) is known color: Turquoise Blue. HEX triplet: 6D, DF and F0. RGB value is (109,223,240). Sum of RGB (Red+Green+Blue) = 109+223+240=572 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.06% from 572); Green value is 223 (87.5% from 255 or 38.99% from 572); Blue value is 240 (94.14% from 255 or 41.96% from 572); Max value from RGB is 240 - color contains mainly: blue. Hex color #6DDFF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DDFF0 is #92200F. Grayscale: #BEBEBE. Windows color (decimal): -9576464 or 15785837. OLE color: 15785837.
HSL color Cylindrical-coordinate representation of color #6DDFF0: hue angle of 187.79º 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 #6DDFF0 is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 109 | 223 | 240 | - |
| CMYK | 0.55 | 0.07 | 0 | 0.06 |
| HSL | 187.79º | 0.81% | 0.68% | - |
| HSV(B) | 187.79º | 0.55% | 0.94% | - |
| XYZ | 48.42 | 62.32 | 91.91 | - |
| YUV | 190.85 | 155.73 | 69.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 223 | 240 | 0.55 | 0.07 | 0 | 0.06 | 187.79 | 0.81 | 0.68 |
| Hex | 6D | DF | F0 | 37 | 7 | 0 | 6 | BC | 51 | 44 |
| Octal | 155 | 337 | 360 | 67 | 7 | 0 | 6 | 274 | 121 | 104 |
| Binary | 1101101 | 11011111 | 11110000 | 110111 | 111 | 0 | 110 | 10111100 | 1010001 | 1000100 |
Color Harmonies of #6DDFF0
Complementary color
Monochromatic Colors of #6DDFF0
Black with #6DDFF0
Text Example
Text Example
White with #6DDFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDFF0; }
p { color: rgb(109,223,240); }
H1.HeaderClassName
{
color: #6DDFF0;
}
.AnyTagClassName
{
color: #6DDFF0;
}
</style>
background-color css
<style>
a { background-color: #6DDFF0; }
a { background-color: rgb(109,223,240); }
div.DivClassName
{
background-color: #6DDFF0;
}
.BgClassName
{
background-color: #6DDFF0;
}
</style>
border-color css
<style>
span { border-color: #6DDFF0; }
span { border-color: rgb(109,223,240); }
td.TdClassName
{
border-color: #6DDFF0;
}
.TagClassName
{
border-color: #6DDFF0;
}
</style>