Shades of Turquoise Blue #6CDBFF
Tints of Turquoise Blue #6CDBFF
RGB
CMYK
RGB Variations
Color information
#6CDBFF (or 0x6CDBFF) is known color: Turquoise Blue. HEX triplet: 6C, DB and FF. RGB value is (108,219,255). Sum of RGB (Red+Green+Blue) = 108+219+255=582 (77% of max value = 765). Red value is 108 (42.58% from 255 or 18.56% from 582); Green value is 219 (85.94% from 255 or 37.63% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #6CDBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CDBFF is #932400. Grayscale: #BDBDBD. Windows color (decimal): -9643009 or 16767852. OLE color: 16767852.
HSL color Cylindrical-coordinate representation of color #6CDBFF: hue angle of 194.69º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6CDBFF is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 108 | 219 | 255 | - |
| CMYK | 0.58 | 0.14 | 0 | 0 |
| HSL | 194.69º | 1% | 0.71% | - |
| HSV(B) | 194.69º | 0.58% | 1% | - |
| XYZ | 49.57 | 61.07 | 103.78 | - |
| YUV | 189.92 | 164.73 | 69.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 219 | 255 | 0.58 | 0.14 | 0 | 0 | 194.69 | 1 | 0.71 |
| Hex | 6C | DB | FF | 3A | E | 0 | 0 | C3 | 64 | 47 |
| Octal | 154 | 333 | 377 | 72 | 16 | 0 | 0 | 303 | 144 | 107 |
| Binary | 1101100 | 11011011 | 11111111 | 111010 | 1110 | 0 | 0 | 11000011 | 1100100 | 1000111 |
Color Harmonies of #6CDBFF
Complementary color
Monochromatic Colors of #6CDBFF
Black with #6CDBFF
Text Example
Text Example
White with #6CDBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDBFF; }
p { color: rgb(108,219,255); }
H1.HeaderClassName
{
color: #6CDBFF;
}
.AnyTagClassName
{
color: #6CDBFF;
}
</style>
background-color css
<style>
a { background-color: #6CDBFF; }
a { background-color: rgb(108,219,255); }
div.DivClassName
{
background-color: #6CDBFF;
}
.BgClassName
{
background-color: #6CDBFF;
}
</style>
border-color css
<style>
span { border-color: #6CDBFF; }
span { border-color: rgb(108,219,255); }
td.TdClassName
{
border-color: #6CDBFF;
}
.TagClassName
{
border-color: #6CDBFF;
}
</style>