Shades of Turquoise Blue #6BEDE7
Tints of Turquoise Blue #6BEDE7
RGB
CMYK
RGB Variations
Color information
#6BEDE7 (or 0x6BEDE7) is known color: Turquoise Blue. HEX triplet: 6B, ED and E7. RGB value is (107,237,231). Sum of RGB (Red+Green+Blue) = 107+237+231=575 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.61% from 575); Green value is 237 (92.97% from 255 or 41.22% from 575); Blue value is 231 (90.62% from 255 or 40.17% from 575); Max value from RGB is 237 - color contains mainly: green. Hex color #6BEDE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BEDE7 is #941218. Grayscale: #C5C5C5. Windows color (decimal): -9703961 or 15199595. OLE color: 15199595.
HSL color Cylindrical-coordinate representation of color #6BEDE7: hue angle of 177.23º 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 #6BEDE7 is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 237 | 231 | - |
| CMYK | 0.55 | 0 | 0.03 | 0.07 |
| HSL | 177.23º | 0.78% | 0.67% | - |
| HSV(B) | 177.23º | 0.55% | 0.93% | - |
| XYZ | 50.77 | 69.46 | 86.33 | - |
| YUV | 197.45 | 146.93 | 63.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 237 | 231 | 0.55 | 0 | 0.03 | 0.07 | 177.23 | 0.78 | 0.67 |
| Hex | 6B | ED | E7 | 37 | 0 | 3 | 7 | B1 | 4E | 43 |
| Octal | 153 | 355 | 347 | 67 | 0 | 3 | 7 | 261 | 116 | 103 |
| Binary | 1101011 | 11101101 | 11100111 | 110111 | 0 | 11 | 111 | 10110001 | 1001110 | 1000011 |
Color Harmonies of #6BEDE7
Complementary color
Monochromatic Colors of #6BEDE7
Black with #6BEDE7
Text Example
Text Example
White with #6BEDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEDE7; }
p { color: rgb(107,237,231); }
H1.HeaderClassName
{
color: #6BEDE7;
}
.AnyTagClassName
{
color: #6BEDE7;
}
</style>
background-color css
<style>
a { background-color: #6BEDE7; }
a { background-color: rgb(107,237,231); }
div.DivClassName
{
background-color: #6BEDE7;
}
.BgClassName
{
background-color: #6BEDE7;
}
</style>
border-color css
<style>
span { border-color: #6BEDE7; }
span { border-color: rgb(107,237,231); }
td.TdClassName
{
border-color: #6BEDE7;
}
.TagClassName
{
border-color: #6BEDE7;
}
</style>