Shades of Turquoise Blue #6CCDEF
Tints of Turquoise Blue #6CCDEF
RGB
CMYK
RGB Variations
Color information
#6CCDEF (or 0x6CCDEF) is known color: Turquoise Blue. HEX triplet: 6C, CD and EF. RGB value is (108,205,239). Sum of RGB (Red+Green+Blue) = 108+205+239=552 (73% of max value = 765). Red value is 108 (42.58% from 255 or 19.57% from 552); Green value is 205 (80.47% from 255 or 37.14% from 552); Blue value is 239 (93.75% from 255 or 43.30% from 552); Max value from RGB is 239 - color contains mainly: blue. Hex color #6CCDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CCDEF is #933210. Grayscale: #B3B3B3. Windows color (decimal): -9646609 or 15715692. OLE color: 15715692.
HSL color Cylindrical-coordinate representation of color #6CCDEF: hue angle of 195.57º degrees, saturation: 0.8, 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 #6CCDEF is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 108 | 205 | 239 | - |
| CMYK | 0.55 | 0.14 | 0 | 0.06 |
| HSL | 195.57º | 0.8% | 0.68% | - |
| HSV(B) | 195.57º | 0.55% | 0.94% | - |
| XYZ | 43.6 | 53.08 | 89.61 | - |
| YUV | 179.87 | 161.36 | 76.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 205 | 239 | 0.55 | 0.14 | 0 | 0.06 | 195.57 | 0.8 | 0.68 |
| Hex | 6C | CD | EF | 37 | E | 0 | 6 | C4 | 50 | 44 |
| Octal | 154 | 315 | 357 | 67 | 16 | 0 | 6 | 304 | 120 | 104 |
| Binary | 1101100 | 11001101 | 11101111 | 110111 | 1110 | 0 | 110 | 11000100 | 1010000 | 1000100 |
Color Harmonies of #6CCDEF
Complementary color
Monochromatic Colors of #6CCDEF
Black with #6CCDEF
Text Example
Text Example
White with #6CCDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCDEF; }
p { color: rgb(108,205,239); }
H1.HeaderClassName
{
color: #6CCDEF;
}
.AnyTagClassName
{
color: #6CCDEF;
}
</style>
background-color css
<style>
a { background-color: #6CCDEF; }
a { background-color: rgb(108,205,239); }
div.DivClassName
{
background-color: #6CCDEF;
}
.BgClassName
{
background-color: #6CCDEF;
}
</style>
border-color css
<style>
span { border-color: #6CCDEF; }
span { border-color: rgb(108,205,239); }
td.TdClassName
{
border-color: #6CCDEF;
}
.TagClassName
{
border-color: #6CCDEF;
}
</style>