Shades of Turquoise Blue #6CDDFC
Tints of Turquoise Blue #6CDDFC
RGB
CMYK
RGB Variations
Color information
#6CDDFC (or 0x6CDDFC) is known color: Turquoise Blue. HEX triplet: 6C, DD and FC. RGB value is (108,221,252). Sum of RGB (Red+Green+Blue) = 108+221+252=581 (76% of max value = 765). Red value is 108 (42.58% from 255 or 18.59% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #6CDDFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CDDFC is #932203. Grayscale: #BEBEBE. Windows color (decimal): -9642500 or 16571756. OLE color: 16571756.
HSL color Cylindrical-coordinate representation of color #6CDDFC: hue angle of 192.92º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CDDFC is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 108 | 221 | 252 | - |
| CMYK | 0.57 | 0.12 | 0 | 0.01 |
| HSL | 192.92º | 0.96% | 0.71% | - |
| HSV(B) | 192.92º | 0.57% | 0.99% | - |
| XYZ | 49.61 | 61.93 | 101.43 | - |
| YUV | 190.75 | 162.56 | 68.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 221 | 252 | 0.57 | 0.12 | 0 | 0.01 | 192.92 | 0.96 | 0.71 |
| Hex | 6C | DD | FC | 39 | C | 0 | 1 | C1 | 60 | 47 |
| Octal | 154 | 335 | 374 | 71 | 14 | 0 | 1 | 301 | 140 | 107 |
| Binary | 1101100 | 11011101 | 11111100 | 111001 | 1100 | 0 | 1 | 11000001 | 1100000 | 1000111 |
Color Harmonies of #6CDDFC
Complementary color
Monochromatic Colors of #6CDDFC
Black with #6CDDFC
Text Example
Text Example
White with #6CDDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDDFC; }
p { color: rgb(108,221,252); }
H1.HeaderClassName
{
color: #6CDDFC;
}
.AnyTagClassName
{
color: #6CDDFC;
}
</style>
background-color css
<style>
a { background-color: #6CDDFC; }
a { background-color: rgb(108,221,252); }
div.DivClassName
{
background-color: #6CDDFC;
}
.BgClassName
{
background-color: #6CDDFC;
}
</style>
border-color css
<style>
span { border-color: #6CDDFC; }
span { border-color: rgb(108,221,252); }
td.TdClassName
{
border-color: #6CDDFC;
}
.TagClassName
{
border-color: #6CDDFC;
}
</style>