Shades of Turquoise Blue #6BD3EA
Tints of Turquoise Blue #6BD3EA
RGB
CMYK
RGB Variations
Color information
#6BD3EA (or 0x6BD3EA) is known color: Turquoise Blue. HEX triplet: 6B, D3 and EA. RGB value is (107,211,234). Sum of RGB (Red+Green+Blue) = 107+211+234=552 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.38% from 552); Green value is 211 (82.81% from 255 or 38.22% from 552); Blue value is 234 (91.80% from 255 or 42.39% from 552); Max value from RGB is 234 - color contains mainly: blue. Hex color #6BD3EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BD3EA is #942C15. Grayscale: #B6B6B6. Windows color (decimal): -9710614 or 15389547. OLE color: 15389547.
HSL color Cylindrical-coordinate representation of color #6BD3EA: hue angle of 190.87º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BD3EA is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 107 | 211 | 234 | - |
| CMYK | 0.54 | 0.10 | 0 | 0.08 |
| HSL | 190.87º | 0.75% | 0.67% | - |
| HSV(B) | 190.87º | 0.54% | 0.92% | - |
| XYZ | 44.21 | 55.65 | 86.25 | - |
| YUV | 182.53 | 157.04 | 74.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 211 | 234 | 0.54 | 0.10 | 0 | 0.08 | 190.87 | 0.75 | 0.67 |
| Hex | 6B | D3 | EA | 36 | A | 0 | 8 | BF | 4B | 43 |
| Octal | 153 | 323 | 352 | 66 | 12 | 0 | 10 | 277 | 113 | 103 |
| Binary | 1101011 | 11010011 | 11101010 | 110110 | 1010 | 0 | 1000 | 10111111 | 1001011 | 1000011 |
Color Harmonies of #6BD3EA
Complementary color
Monochromatic Colors of #6BD3EA
Black with #6BD3EA
Text Example
Text Example
White with #6BD3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BD3EA; }
p { color: rgb(107,211,234); }
H1.HeaderClassName
{
color: #6BD3EA;
}
.AnyTagClassName
{
color: #6BD3EA;
}
</style>
background-color css
<style>
a { background-color: #6BD3EA; }
a { background-color: rgb(107,211,234); }
div.DivClassName
{
background-color: #6BD3EA;
}
.BgClassName
{
background-color: #6BD3EA;
}
</style>
border-color css
<style>
span { border-color: #6BD3EA; }
span { border-color: rgb(107,211,234); }
td.TdClassName
{
border-color: #6BD3EA;
}
.TagClassName
{
border-color: #6BD3EA;
}
</style>