Shades of Turquoise Blue #6CCFEE
Tints of Turquoise Blue #6CCFEE
RGB
CMYK
RGB Variations
Color information
#6CCFEE (or 0x6CCFEE) is known color: Turquoise Blue. HEX triplet: 6C, CF and EE. RGB value is (108,207,238). Sum of RGB (Red+Green+Blue) = 108+207+238=553 (73% of max value = 765). Red value is 108 (42.58% from 255 or 19.53% from 553); Green value is 207 (81.25% from 255 or 37.43% from 553); Blue value is 238 (93.36% from 255 or 43.04% from 553); Max value from RGB is 238 - color contains mainly: blue. Hex color #6CCFEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CCFEE is #933011. Grayscale: #B4B4B4. Windows color (decimal): -9646098 or 15650668. OLE color: 15650668.
HSL color Cylindrical-coordinate representation of color #6CCFEE: hue angle of 194.31º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CCFEE is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 108 | 207 | 238 | - |
| CMYK | 0.55 | 0.13 | 0 | 0.07 |
| HSL | 194.31º | 0.79% | 0.68% | - |
| HSV(B) | 194.31º | 0.55% | 0.93% | - |
| XYZ | 43.93 | 53.99 | 88.99 | - |
| YUV | 180.93 | 160.2 | 75.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 207 | 238 | 0.55 | 0.13 | 0 | 0.07 | 194.31 | 0.79 | 0.68 |
| Hex | 6C | CF | EE | 37 | D | 0 | 7 | C2 | 4F | 44 |
| Octal | 154 | 317 | 356 | 67 | 15 | 0 | 7 | 302 | 117 | 104 |
| Binary | 1101100 | 11001111 | 11101110 | 110111 | 1101 | 0 | 111 | 11000010 | 1001111 | 1000100 |
Color Harmonies of #6CCFEE
Complementary color
Monochromatic Colors of #6CCFEE
Black with #6CCFEE
Text Example
Text Example
White with #6CCFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCFEE; }
p { color: rgb(108,207,238); }
H1.HeaderClassName
{
color: #6CCFEE;
}
.AnyTagClassName
{
color: #6CCFEE;
}
</style>
background-color css
<style>
a { background-color: #6CCFEE; }
a { background-color: rgb(108,207,238); }
div.DivClassName
{
background-color: #6CCFEE;
}
.BgClassName
{
background-color: #6CCFEE;
}
</style>
border-color css
<style>
span { border-color: #6CCFEE; }
span { border-color: rgb(108,207,238); }
td.TdClassName
{
border-color: #6CCFEE;
}
.TagClassName
{
border-color: #6CCFEE;
}
</style>