Shades of Turquoise Blue #6BCCDE
Tints of Turquoise Blue #6BCCDE
RGB
CMYK
RGB Variations
Color information
#6BCCDE (or 0x6BCCDE) is known color: Turquoise Blue. HEX triplet: 6B, CC and DE. RGB value is (107,204,222). Sum of RGB (Red+Green+Blue) = 107+204+222=533 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.08% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 222 (87.11% from 255 or 41.65% from 533); Max value from RGB is 222 - color contains mainly: blue. Hex color #6BCCDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCCDE is #943321. Grayscale: #B0B0B0. Windows color (decimal): -9712418 or 14601323. OLE color: 14601323.
HSL color Cylindrical-coordinate representation of color #6BCCDE: hue angle of 189.39º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BCCDE is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 204 | 222 | - |
| CMYK | 0.52 | 0.08 | 0 | 0.13 |
| HSL | 189.39º | 0.64% | 0.65% | - |
| HSV(B) | 189.39º | 0.52% | 0.87% | - |
| XYZ | 40.84 | 51.59 | 76.91 | - |
| YUV | 177.05 | 153.36 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 204 | 222 | 0.52 | 0.08 | 0 | 0.13 | 189.39 | 0.64 | 0.65 |
| Hex | 6B | CC | DE | 34 | 8 | 0 | D | BD | 40 | 41 |
| Octal | 153 | 314 | 336 | 64 | 10 | 0 | 15 | 275 | 100 | 101 |
| Binary | 1101011 | 11001100 | 11011110 | 110100 | 1000 | 0 | 1101 | 10111101 | 1000000 | 1000001 |
Color Harmonies of #6BCCDE
Complementary color
Monochromatic Colors of #6BCCDE
Black with #6BCCDE
Text Example
Text Example
White with #6BCCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCCDE; }
p { color: rgb(107,204,222); }
H1.HeaderClassName
{
color: #6BCCDE;
}
.AnyTagClassName
{
color: #6BCCDE;
}
</style>
background-color css
<style>
a { background-color: #6BCCDE; }
a { background-color: rgb(107,204,222); }
div.DivClassName
{
background-color: #6BCCDE;
}
.BgClassName
{
background-color: #6BCCDE;
}
</style>
border-color css
<style>
span { border-color: #6BCCDE; }
span { border-color: rgb(107,204,222); }
td.TdClassName
{
border-color: #6BCCDE;
}
.TagClassName
{
border-color: #6BCCDE;
}
</style>