Shades of Turquoise Blue #6BCAED
Tints of Turquoise Blue #6BCAED
RGB
CMYK
RGB Variations
Color information
#6BCAED (or 0x6BCAED) is known color: Turquoise Blue. HEX triplet: 6B, CA and ED. RGB value is (107,202,237). Sum of RGB (Red+Green+Blue) = 107+202+237=546 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.60% from 546); Green value is 202 (79.30% from 255 or 37.00% from 546); Blue value is 237 (92.97% from 255 or 43.41% from 546); Max value from RGB is 237 - color contains mainly: blue. Hex color #6BCAED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BCAED is #943512. Grayscale: #B1B1B1. Windows color (decimal): -9712915 or 15583851. OLE color: 15583851.
HSL color Cylindrical-coordinate representation of color #6BCAED: hue angle of 196.15º 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 #6BCAED is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 202 | 237 | - |
| CMYK | 0.55 | 0.15 | 0 | 0.07 |
| HSL | 196.15º | 0.78% | 0.67% | - |
| HSV(B) | 196.15º | 0.55% | 0.93% | - |
| XYZ | 42.47 | 51.48 | 87.82 | - |
| YUV | 177.59 | 161.53 | 77.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 202 | 237 | 0.55 | 0.15 | 0 | 0.07 | 196.15 | 0.78 | 0.67 |
| Hex | 6B | CA | ED | 37 | F | 0 | 7 | C4 | 4E | 43 |
| Octal | 153 | 312 | 355 | 67 | 17 | 0 | 7 | 304 | 116 | 103 |
| Binary | 1101011 | 11001010 | 11101101 | 110111 | 1111 | 0 | 111 | 11000100 | 1001110 | 1000011 |
Color Harmonies of #6BCAED
Complementary color
Monochromatic Colors of #6BCAED
Black with #6BCAED
Text Example
Text Example
White with #6BCAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCAED; }
p { color: rgb(107,202,237); }
H1.HeaderClassName
{
color: #6BCAED;
}
.AnyTagClassName
{
color: #6BCAED;
}
</style>
background-color css
<style>
a { background-color: #6BCAED; }
a { background-color: rgb(107,202,237); }
div.DivClassName
{
background-color: #6BCAED;
}
.BgClassName
{
background-color: #6BCAED;
}
</style>
border-color css
<style>
span { border-color: #6BCAED; }
span { border-color: rgb(107,202,237); }
td.TdClassName
{
border-color: #6BCAED;
}
.TagClassName
{
border-color: #6BCAED;
}
</style>