Shades of Turquoise Blue #6CE8F0
Tints of Turquoise Blue #6CE8F0
RGB
CMYK
RGB Variations
Color information
#6CE8F0 (or 0x6CE8F0) is known color: Turquoise Blue. HEX triplet: 6C, E8 and F0. RGB value is (108,232,240). Sum of RGB (Red+Green+Blue) = 108+232+240=580 (76% of max value = 765). Red value is 108 (42.58% from 255 or 18.62% from 580); Green value is 232 (91.02% from 255 or 40% from 580); Blue value is 240 (94.14% from 255 or 41.38% from 580); Max value from RGB is 240 - color contains mainly: blue. Hex color #6CE8F0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CE8F0 is #93170F. Grayscale: #C3C3C3. Windows color (decimal): -9639696 or 15788140. OLE color: 15788140.
HSL color Cylindrical-coordinate representation of color #6CE8F0: hue angle of 183.64º 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 #6CE8F0 is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 108 | 232 | 240 | - |
| CMYK | 0.55 | 0.03 | 0 | 0.06 |
| HSL | 183.64º | 0.81% | 0.68% | - |
| HSV(B) | 183.64º | 0.55% | 0.94% | - |
| XYZ | 50.77 | 67.19 | 92.73 | - |
| YUV | 195.84 | 152.92 | 65.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 232 | 240 | 0.55 | 0.03 | 0 | 0.06 | 183.64 | 0.81 | 0.68 |
| Hex | 6C | E8 | F0 | 37 | 3 | 0 | 6 | B8 | 51 | 44 |
| Octal | 154 | 350 | 360 | 67 | 3 | 0 | 6 | 270 | 121 | 104 |
| Binary | 1101100 | 11101000 | 11110000 | 110111 | 11 | 0 | 110 | 10111000 | 1010001 | 1000100 |
Color Harmonies of #6CE8F0
Complementary color
Monochromatic Colors of #6CE8F0
Black with #6CE8F0
Text Example
Text Example
White with #6CE8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CE8F0; }
p { color: rgb(108,232,240); }
H1.HeaderClassName
{
color: #6CE8F0;
}
.AnyTagClassName
{
color: #6CE8F0;
}
</style>
background-color css
<style>
a { background-color: #6CE8F0; }
a { background-color: rgb(108,232,240); }
div.DivClassName
{
background-color: #6CE8F0;
}
.BgClassName
{
background-color: #6CE8F0;
}
</style>
border-color css
<style>
span { border-color: #6CE8F0; }
span { border-color: rgb(108,232,240); }
td.TdClassName
{
border-color: #6CE8F0;
}
.TagClassName
{
border-color: #6CE8F0;
}
</style>