Shades of Turquoise Blue #6BCDEE
Tints of Turquoise Blue #6BCDEE
RGB
CMYK
RGB Variations
Color information
#6BCDEE (or 0x6BCDEE) is known color: Turquoise Blue. HEX triplet: 6B, CD and EE. RGB value is (107,205,238). Sum of RGB (Red+Green+Blue) = 107+205+238=550 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.45% from 550); Green value is 205 (80.47% from 255 or 37.27% from 550); Blue value is 238 (93.36% from 255 or 43.27% from 550); Max value from RGB is 238 - color contains mainly: blue. Hex color #6BCDEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BCDEE is #943211. Grayscale: #B3B3B3. Windows color (decimal): -9712146 or 15650155. OLE color: 15650155.
HSL color Cylindrical-coordinate representation of color #6BCDEE: hue angle of 195.11º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BCDEE is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 205 | 238 | - |
| CMYK | 0.55 | 0.14 | 0 | 0.07 |
| HSL | 195.11º | 0.79% | 0.68% | - |
| HSV(B) | 195.11º | 0.55% | 0.93% | - |
| XYZ | 43.33 | 52.96 | 88.83 | - |
| YUV | 179.46 | 161.03 | 76.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 205 | 238 | 0.55 | 0.14 | 0 | 0.07 | 195.11 | 0.79 | 0.68 |
| Hex | 6B | CD | EE | 37 | E | 0 | 7 | C3 | 4F | 44 |
| Octal | 153 | 315 | 356 | 67 | 16 | 0 | 7 | 303 | 117 | 104 |
| Binary | 1101011 | 11001101 | 11101110 | 110111 | 1110 | 0 | 111 | 11000011 | 1001111 | 1000100 |
Color Harmonies of #6BCDEE
Complementary color
Monochromatic Colors of #6BCDEE
Black with #6BCDEE
Text Example
Text Example
White with #6BCDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCDEE; }
p { color: rgb(107,205,238); }
H1.HeaderClassName
{
color: #6BCDEE;
}
.AnyTagClassName
{
color: #6BCDEE;
}
</style>
background-color css
<style>
a { background-color: #6BCDEE; }
a { background-color: rgb(107,205,238); }
div.DivClassName
{
background-color: #6BCDEE;
}
.BgClassName
{
background-color: #6BCDEE;
}
</style>
border-color css
<style>
span { border-color: #6BCDEE; }
span { border-color: rgb(107,205,238); }
td.TdClassName
{
border-color: #6BCDEE;
}
.TagClassName
{
border-color: #6BCDEE;
}
</style>