Shades of Turquoise Blue #6BDEEF
Tints of Turquoise Blue #6BDEEF
RGB
CMYK
RGB Variations
Color information
#6BDEEF (or 0x6BDEEF) is known color: Turquoise Blue. HEX triplet: 6B, DE and EF. RGB value is (107,222,239). Sum of RGB (Red+Green+Blue) = 107+222+239=568 (75% of max value = 765). Red value is 107 (42.19% from 255 or 18.84% from 568); Green value is 222 (87.11% from 255 or 39.08% from 568); Blue value is 239 (93.75% from 255 or 42.08% from 568); Max value from RGB is 239 - color contains mainly: blue. Hex color #6BDEEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BDEEF is #942110. Grayscale: #BDBDBD. Windows color (decimal): -9707793 or 15720043. OLE color: 15720043.
HSL color Cylindrical-coordinate representation of color #6BDEEF: hue angle of 187.73º degrees, saturation: 0.8, 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 #6BDEEF is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 107 | 222 | 239 | - |
| CMYK | 0.55 | 0.07 | 0 | 0.06 |
| HSL | 187.73º | 0.8% | 0.68% | - |
| HSV(B) | 187.73º | 0.55% | 0.94% | - |
| XYZ | 47.76 | 61.6 | 91.03 | - |
| YUV | 189.55 | 155.9 | 69.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 222 | 239 | 0.55 | 0.07 | 0 | 0.06 | 187.73 | 0.8 | 0.68 |
| Hex | 6B | DE | EF | 37 | 7 | 0 | 6 | BC | 50 | 44 |
| Octal | 153 | 336 | 357 | 67 | 7 | 0 | 6 | 274 | 120 | 104 |
| Binary | 1101011 | 11011110 | 11101111 | 110111 | 111 | 0 | 110 | 10111100 | 1010000 | 1000100 |
Color Harmonies of #6BDEEF
Complementary color
Monochromatic Colors of #6BDEEF
Black with #6BDEEF
Text Example
Text Example
White with #6BDEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDEEF; }
p { color: rgb(107,222,239); }
H1.HeaderClassName
{
color: #6BDEEF;
}
.AnyTagClassName
{
color: #6BDEEF;
}
</style>
background-color css
<style>
a { background-color: #6BDEEF; }
a { background-color: rgb(107,222,239); }
div.DivClassName
{
background-color: #6BDEEF;
}
.BgClassName
{
background-color: #6BDEEF;
}
</style>
border-color css
<style>
span { border-color: #6BDEEF; }
span { border-color: rgb(107,222,239); }
td.TdClassName
{
border-color: #6BDEEF;
}
.TagClassName
{
border-color: #6BDEEF;
}
</style>