Shades of Turquoise Blue #6CCEEF
Tints of Turquoise Blue #6CCEEF
RGB
CMYK
RGB Variations
Color information
#6CCEEF (or 0x6CCEEF) is known color: Turquoise Blue. HEX triplet: 6C, CE and EF. RGB value is (108,206,239). Sum of RGB (Red+Green+Blue) = 108+206+239=553 (73% of max value = 765). Red value is 108 (42.58% from 255 or 19.53% from 553); Green value is 206 (80.86% from 255 or 37.25% from 553); Blue value is 239 (93.75% from 255 or 43.22% from 553); Max value from RGB is 239 - color contains mainly: blue. Hex color #6CCEEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CCEEF is #933110. Grayscale: #B4B4B4. Windows color (decimal): -9646353 or 15715948. OLE color: 15715948.
HSL color Cylindrical-coordinate representation of color #6CCEEF: hue angle of 195.11º 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 #6CCEEF is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 108 | 206 | 239 | - |
| CMYK | 0.55 | 0.14 | 0 | 0.06 |
| HSL | 195.11º | 0.8% | 0.68% | - |
| HSV(B) | 195.11º | 0.55% | 0.94% | - |
| XYZ | 43.84 | 53.56 | 89.69 | - |
| YUV | 180.46 | 161.03 | 76.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 206 | 239 | 0.55 | 0.14 | 0 | 0.06 | 195.11 | 0.8 | 0.68 |
| Hex | 6C | CE | EF | 37 | E | 0 | 6 | C3 | 50 | 44 |
| Octal | 154 | 316 | 357 | 67 | 16 | 0 | 6 | 303 | 120 | 104 |
| Binary | 1101100 | 11001110 | 11101111 | 110111 | 1110 | 0 | 110 | 11000011 | 1010000 | 1000100 |
Color Harmonies of #6CCEEF
Complementary color
Monochromatic Colors of #6CCEEF
Black with #6CCEEF
Text Example
Text Example
White with #6CCEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCEEF; }
p { color: rgb(108,206,239); }
H1.HeaderClassName
{
color: #6CCEEF;
}
.AnyTagClassName
{
color: #6CCEEF;
}
</style>
background-color css
<style>
a { background-color: #6CCEEF; }
a { background-color: rgb(108,206,239); }
div.DivClassName
{
background-color: #6CCEEF;
}
.BgClassName
{
background-color: #6CCEEF;
}
</style>
border-color css
<style>
span { border-color: #6CCEEF; }
span { border-color: rgb(108,206,239); }
td.TdClassName
{
border-color: #6CCEEF;
}
.TagClassName
{
border-color: #6CCEEF;
}
</style>