Shades of Turquoise Blue #6CDCFF
Tints of Turquoise Blue #6CDCFF
RGB
CMYK
RGB Variations
Color information
#6CDCFF (or 0x6CDCFF) is known color: Turquoise Blue. HEX triplet: 6C, DC and FF. RGB value is (108,220,255). Sum of RGB (Red+Green+Blue) = 108+220+255=583 (77% of max value = 765). Red value is 108 (42.58% from 255 or 18.52% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #6CDCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CDCFF is #932300. Grayscale: #BEBEBE. Windows color (decimal): -9642753 or 16768108. OLE color: 16768108.
HSL color Cylindrical-coordinate representation of color #6CDCFF: hue angle of 194.29º 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 #6CDCFF is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 108 | 220 | 255 | - |
| CMYK | 0.58 | 0.14 | 0 | 0 |
| HSL | 194.29º | 1% | 0.71% | - |
| HSV(B) | 194.29º | 0.58% | 1% | - |
| XYZ | 49.83 | 61.59 | 103.87 | - |
| YUV | 190.5 | 164.39 | 69.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 220 | 255 | 0.58 | 0.14 | 0 | 0 | 194.29 | 1 | 0.71 |
| Hex | 6C | DC | FF | 3A | E | 0 | 0 | C2 | 64 | 47 |
| Octal | 154 | 334 | 377 | 72 | 16 | 0 | 0 | 302 | 144 | 107 |
| Binary | 1101100 | 11011100 | 11111111 | 111010 | 1110 | 0 | 0 | 11000010 | 1100100 | 1000111 |
Color Harmonies of #6CDCFF
Complementary color
Monochromatic Colors of #6CDCFF
Black with #6CDCFF
Text Example
Text Example
White with #6CDCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDCFF; }
p { color: rgb(108,220,255); }
H1.HeaderClassName
{
color: #6CDCFF;
}
.AnyTagClassName
{
color: #6CDCFF;
}
</style>
background-color css
<style>
a { background-color: #6CDCFF; }
a { background-color: rgb(108,220,255); }
div.DivClassName
{
background-color: #6CDCFF;
}
.BgClassName
{
background-color: #6CDCFF;
}
</style>
border-color css
<style>
span { border-color: #6CDCFF; }
span { border-color: rgb(108,220,255); }
td.TdClassName
{
border-color: #6CDCFF;
}
.TagClassName
{
border-color: #6CDCFF;
}
</style>