Shades of Turquoise Blue #6CCFDA
Tints of Turquoise Blue #6CCFDA
RGB
CMYK
RGB Variations
Color information
#6CCFDA (or 0x6CCFDA) is known color: Turquoise Blue. HEX triplet: 6C, CF and DA. RGB value is (108,207,218). Sum of RGB (Red+Green+Blue) = 108+207+218=533 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.26% from 533); Green value is 207 (81.25% from 255 or 38.84% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 218 - color contains mainly: blue. Hex color #6CCFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCFDA is #933025. Grayscale: #B2B2B2. Windows color (decimal): -9646118 or 14339948. OLE color: 14339948.
HSL color Cylindrical-coordinate representation of color #6CCFDA: hue angle of 186º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6CCFDA is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 108 | 207 | 218 | - |
| CMYK | 0.50 | 0.05 | 0 | 0.15 |
| HSL | 186º | 0.6% | 0.64% | - |
| HSV(B) | 186º | 0.5% | 0.85% | - |
| XYZ | 41.15 | 52.88 | 74.37 | - |
| YUV | 178.65 | 150.2 | 77.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 207 | 218 | 0.50 | 0.05 | 0 | 0.15 | 186 | 0.6 | 0.64 |
| Hex | 6C | CF | DA | 32 | 5 | 0 | F | BA | 3C | 40 |
| Octal | 154 | 317 | 332 | 62 | 5 | 0 | 17 | 272 | 74 | 100 |
| Binary | 1101100 | 11001111 | 11011010 | 110010 | 101 | 0 | 1111 | 10111010 | 111100 | 1000000 |
Color Harmonies of #6CCFDA
Complementary color
Monochromatic Colors of #6CCFDA
Black with #6CCFDA
Text Example
Text Example
White with #6CCFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCFDA; }
p { color: rgb(108,207,218); }
H1.HeaderClassName
{
color: #6CCFDA;
}
.AnyTagClassName
{
color: #6CCFDA;
}
</style>
background-color css
<style>
a { background-color: #6CCFDA; }
a { background-color: rgb(108,207,218); }
div.DivClassName
{
background-color: #6CCFDA;
}
.BgClassName
{
background-color: #6CCFDA;
}
</style>
border-color css
<style>
span { border-color: #6CCFDA; }
span { border-color: rgb(108,207,218); }
td.TdClassName
{
border-color: #6CCFDA;
}
.TagClassName
{
border-color: #6CCFDA;
}
</style>