Shades of Turquoise Blue #6CDDFF
Tints of Turquoise Blue #6CDDFF
RGB
CMYK
RGB Variations
Color information
#6CDDFF (or 0x6CDDFF) is known color: Turquoise Blue. HEX triplet: 6C, DD and FF. RGB value is (108,221,255). Sum of RGB (Red+Green+Blue) = 108+221+255=584 (77% of max value = 765). Red value is 108 (42.58% from 255 or 18.49% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #6CDDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CDDFF is #932200. Grayscale: #BEBEBE. Windows color (decimal): -9642497 or 16768364. OLE color: 16768364.
HSL color Cylindrical-coordinate representation of color #6CDDFF: hue angle of 193.88º 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 #6CDDFF is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 108 | 221 | 255 | - |
| CMYK | 0.58 | 0.13 | 0 | 0 |
| HSL | 193.88º | 1% | 0.71% | - |
| HSV(B) | 193.88º | 0.58% | 1% | - |
| XYZ | 50.09 | 62.12 | 103.96 | - |
| YUV | 191.09 | 164.06 | 68.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 221 | 255 | 0.58 | 0.13 | 0 | 0 | 193.88 | 1 | 0.71 |
| Hex | 6C | DD | FF | 3A | D | 0 | 0 | C2 | 64 | 47 |
| Octal | 154 | 335 | 377 | 72 | 15 | 0 | 0 | 302 | 144 | 107 |
| Binary | 1101100 | 11011101 | 11111111 | 111010 | 1101 | 0 | 0 | 11000010 | 1100100 | 1000111 |
Color Harmonies of #6CDDFF
Complementary color
Monochromatic Colors of #6CDDFF
Black with #6CDDFF
Text Example
Text Example
White with #6CDDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDDFF; }
p { color: rgb(108,221,255); }
H1.HeaderClassName
{
color: #6CDDFF;
}
.AnyTagClassName
{
color: #6CDDFF;
}
</style>
background-color css
<style>
a { background-color: #6CDDFF; }
a { background-color: rgb(108,221,255); }
div.DivClassName
{
background-color: #6CDDFF;
}
.BgClassName
{
background-color: #6CDDFF;
}
</style>
border-color css
<style>
span { border-color: #6CDDFF; }
span { border-color: rgb(108,221,255); }
td.TdClassName
{
border-color: #6CDDFF;
}
.TagClassName
{
border-color: #6CDDFF;
}
</style>