Shades of Turquoise Blue #6BEDED
Tints of Turquoise Blue #6BEDED
RGB
CMYK
RGB Variations
Color information
#6BEDED (or 0x6BEDED) is known color: Turquoise Blue. HEX triplet: 6B, ED and ED. RGB value is (107,237,237). Sum of RGB (Red+Green+Blue) = 107+237+237=581 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.42% from 581); Green value is 237 (92.97% from 255 or 40.79% from 581); Blue value is 237 (92.97% from 255 or 40.79% from 581); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #6BEDED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BEDED is #941212. Grayscale: #C5C5C5. Windows color (decimal): -9703955 or 15592811. OLE color: 15592811.
HSL color Cylindrical-coordinate representation of color #6BEDED: hue angle of 180º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BEDED is Cyan = 0.55, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 237 | 237 | - |
| CMYK | 0.55 | 0 | 0 | 0.07 |
| HSL | 180º | 0.78% | 0.67% | - |
| HSV(B) | 180º | 0.55% | 0.93% | - |
| XYZ | 51.63 | 69.81 | 90.87 | - |
| YUV | 198.13 | 149.93 | 63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 237 | 237 | 0.55 | 0 | 0 | 0.07 | 180 | 0.78 | 0.67 |
| Hex | 6B | ED | ED | 37 | 0 | 0 | 7 | B4 | 4E | 43 |
| Octal | 153 | 355 | 355 | 67 | 0 | 0 | 7 | 264 | 116 | 103 |
| Binary | 1101011 | 11101101 | 11101101 | 110111 | 0 | 0 | 111 | 10110100 | 1001110 | 1000011 |
Color Harmonies of #6BEDED
Complementary color
Monochromatic Colors of #6BEDED
Black with #6BEDED
Text Example
Text Example
White with #6BEDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEDED; }
p { color: rgb(107,237,237); }
H1.HeaderClassName
{
color: #6BEDED;
}
.AnyTagClassName
{
color: #6BEDED;
}
</style>
background-color css
<style>
a { background-color: #6BEDED; }
a { background-color: rgb(107,237,237); }
div.DivClassName
{
background-color: #6BEDED;
}
.BgClassName
{
background-color: #6BEDED;
}
</style>
border-color css
<style>
span { border-color: #6BEDED; }
span { border-color: rgb(107,237,237); }
td.TdClassName
{
border-color: #6BEDED;
}
.TagClassName
{
border-color: #6BEDED;
}
</style>