Shades of Turquoise Blue #6CCDF0
Tints of Turquoise Blue #6CCDF0
RGB
CMYK
RGB Variations
Color information
#6CCDF0 (or 0x6CCDF0) is known color: Turquoise Blue. HEX triplet: 6C, CD and F0. RGB value is (108,205,240). Sum of RGB (Red+Green+Blue) = 108+205+240=553 (73% of max value = 765). Red value is 108 (42.58% from 255 or 19.53% from 553); Green value is 205 (80.47% from 255 or 37.07% from 553); Blue value is 240 (94.14% from 255 or 43.40% from 553); Max value from RGB is 240 - color contains mainly: blue. Hex color #6CCDF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CCDF0 is #93320F. Grayscale: #B3B3B3. Windows color (decimal): -9646608 or 15781228. OLE color: 15781228.
HSL color Cylindrical-coordinate representation of color #6CCDF0: hue angle of 195.91º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CCDF0 is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 108 | 205 | 240 | - |
| CMYK | 0.55 | 0.15 | 0 | 0.06 |
| HSL | 195.91º | 0.81% | 0.68% | - |
| HSV(B) | 195.91º | 0.55% | 0.94% | - |
| XYZ | 43.74 | 53.14 | 90.39 | - |
| YUV | 179.99 | 161.86 | 76.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 205 | 240 | 0.55 | 0.15 | 0 | 0.06 | 195.91 | 0.81 | 0.68 |
| Hex | 6C | CD | F0 | 37 | F | 0 | 6 | C4 | 51 | 44 |
| Octal | 154 | 315 | 360 | 67 | 17 | 0 | 6 | 304 | 121 | 104 |
| Binary | 1101100 | 11001101 | 11110000 | 110111 | 1111 | 0 | 110 | 11000100 | 1010001 | 1000100 |
Color Harmonies of #6CCDF0
Complementary color
Monochromatic Colors of #6CCDF0
Black with #6CCDF0
Text Example
Text Example
White with #6CCDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCDF0; }
p { color: rgb(108,205,240); }
H1.HeaderClassName
{
color: #6CCDF0;
}
.AnyTagClassName
{
color: #6CCDF0;
}
</style>
background-color css
<style>
a { background-color: #6CCDF0; }
a { background-color: rgb(108,205,240); }
div.DivClassName
{
background-color: #6CCDF0;
}
.BgClassName
{
background-color: #6CCDF0;
}
</style>
border-color css
<style>
span { border-color: #6CCDF0; }
span { border-color: rgb(108,205,240); }
td.TdClassName
{
border-color: #6CCDF0;
}
.TagClassName
{
border-color: #6CCDF0;
}
</style>