Shades of Turquoise Blue #6CCFE3
Tints of Turquoise Blue #6CCFE3
RGB
CMYK
RGB Variations
Color information
#6CCFE3 (or 0x6CCFE3) is known color: Turquoise Blue. HEX triplet: 6C, CF and E3. RGB value is (108,207,227). Sum of RGB (Red+Green+Blue) = 108+207+227=542 (71% of max value = 765). Red value is 108 (42.58% from 255 or 19.93% from 542); Green value is 207 (81.25% from 255 or 38.19% from 542); Blue value is 227 (89.06% from 255 or 41.88% from 542); Max value from RGB is 227 - color contains mainly: blue. Hex color #6CCFE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCFE3 is #93301C. Grayscale: #B3B3B3. Windows color (decimal): -9646109 or 14929772. OLE color: 14929772.
HSL color Cylindrical-coordinate representation of color #6CCFE3: hue angle of 190.08º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6CCFE3 is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 108 | 207 | 227 | - |
| CMYK | 0.52 | 0.09 | 0 | 0.11 |
| HSL | 190.08º | 0.68% | 0.66% | - |
| HSV(B) | 190.08º | 0.52% | 0.89% | - |
| XYZ | 42.36 | 53.36 | 80.74 | - |
| YUV | 179.68 | 154.7 | 76.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 207 | 227 | 0.52 | 0.09 | 0 | 0.11 | 190.08 | 0.68 | 0.66 |
| Hex | 6C | CF | E3 | 34 | 9 | 0 | B | BE | 44 | 42 |
| Octal | 154 | 317 | 343 | 64 | 11 | 0 | 13 | 276 | 104 | 102 |
| Binary | 1101100 | 11001111 | 11100011 | 110100 | 1001 | 0 | 1011 | 10111110 | 1000100 | 1000010 |
Color Harmonies of #6CCFE3
Complementary color
Monochromatic Colors of #6CCFE3
Black with #6CCFE3
Text Example
Text Example
White with #6CCFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCFE3; }
p { color: rgb(108,207,227); }
H1.HeaderClassName
{
color: #6CCFE3;
}
.AnyTagClassName
{
color: #6CCFE3;
}
</style>
background-color css
<style>
a { background-color: #6CCFE3; }
a { background-color: rgb(108,207,227); }
div.DivClassName
{
background-color: #6CCFE3;
}
.BgClassName
{
background-color: #6CCFE3;
}
</style>
border-color css
<style>
span { border-color: #6CCFE3; }
span { border-color: rgb(108,207,227); }
td.TdClassName
{
border-color: #6CCFE3;
}
.TagClassName
{
border-color: #6CCFE3;
}
</style>