Shades of Turquoise Blue #6BEDF0
Tints of Turquoise Blue #6BEDF0
RGB
CMYK
RGB Variations
Color information
#6BEDF0 (or 0x6BEDF0) is known color: Turquoise Blue. HEX triplet: 6B, ED and F0. RGB value is (107,237,240). Sum of RGB (Red+Green+Blue) = 107+237+240=584 (77% of max value = 765). Red value is 107 (42.19% from 255 or 18.32% from 584); Green value is 237 (92.97% from 255 or 40.58% from 584); Blue value is 240 (94.14% from 255 or 41.10% from 584); Max value from RGB is 240 - color contains mainly: blue. Hex color #6BEDF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BEDF0 is #94120F. Grayscale: #C6C6C6. Windows color (decimal): -9703952 or 15789419. OLE color: 15789419.
HSL color Cylindrical-coordinate representation of color #6BEDF0: hue angle of 181.35º degrees, saturation: 0.82, 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 #6BEDF0 is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 107 | 237 | 240 | - |
| CMYK | 0.55 | 0.01 | 0 | 0.06 |
| HSL | 181.35º | 0.82% | 0.68% | - |
| HSV(B) | 181.35º | 0.55% | 0.94% | - |
| XYZ | 52.08 | 69.99 | 93.2 | - |
| YUV | 198.47 | 151.43 | 62.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 237 | 240 | 0.55 | 0.01 | 0 | 0.06 | 181.35 | 0.82 | 0.68 |
| Hex | 6B | ED | F0 | 37 | 1 | 0 | 6 | B5 | 52 | 44 |
| Octal | 153 | 355 | 360 | 67 | 1 | 0 | 6 | 265 | 122 | 104 |
| Binary | 1101011 | 11101101 | 11110000 | 110111 | 1 | 0 | 110 | 10110101 | 1010010 | 1000100 |
Color Harmonies of #6BEDF0
Complementary color
Monochromatic Colors of #6BEDF0
Black with #6BEDF0
Text Example
Text Example
White with #6BEDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEDF0; }
p { color: rgb(107,237,240); }
H1.HeaderClassName
{
color: #6BEDF0;
}
.AnyTagClassName
{
color: #6BEDF0;
}
</style>
background-color css
<style>
a { background-color: #6BEDF0; }
a { background-color: rgb(107,237,240); }
div.DivClassName
{
background-color: #6BEDF0;
}
.BgClassName
{
background-color: #6BEDF0;
}
</style>
border-color css
<style>
span { border-color: #6BEDF0; }
span { border-color: rgb(107,237,240); }
td.TdClassName
{
border-color: #6BEDF0;
}
.TagClassName
{
border-color: #6BEDF0;
}
</style>