Shades of Turquoise Blue #6CEBDF
Tints of Turquoise Blue #6CEBDF
RGB
CMYK
RGB Variations
Color information
#6CEBDF (or 0x6CEBDF) is known color: Turquoise Blue. HEX triplet: 6C, EB and DF. RGB value is (108,235,223). Sum of RGB (Red+Green+Blue) = 108+235+223=566 (74% of max value = 765). Red value is 108 (42.58% from 255 or 19.08% from 566); Green value is 235 (92.19% from 255 or 41.52% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 235 - color contains mainly: green. Hex color #6CEBDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CEBDF is #931420. Grayscale: #C3C3C3. Windows color (decimal): -9638945 or 14674796. OLE color: 14674796.
HSL color Cylindrical-coordinate representation of color #6CEBDF: hue angle of 174.33º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CEBDF is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 108 | 235 | 223 | - |
| CMYK | 0.54 | 0 | 0.05 | 0.08 |
| HSL | 174.33º | 0.76% | 0.67% | - |
| HSV(B) | 174.33º | 0.54% | 0.92% | - |
| XYZ | 49.21 | 67.93 | 80.33 | - |
| YUV | 195.66 | 143.42 | 65.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 235 | 223 | 0.54 | 0 | 0.05 | 0.08 | 174.33 | 0.76 | 0.67 |
| Hex | 6C | EB | DF | 36 | 0 | 5 | 8 | AE | 4C | 43 |
| Octal | 154 | 353 | 337 | 66 | 0 | 5 | 10 | 256 | 114 | 103 |
| Binary | 1101100 | 11101011 | 11011111 | 110110 | 0 | 101 | 1000 | 10101110 | 1001100 | 1000011 |
Color Harmonies of #6CEBDF
Complementary color
Monochromatic Colors of #6CEBDF
Black with #6CEBDF
Text Example
Text Example
White with #6CEBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CEBDF; }
p { color: rgb(108,235,223); }
H1.HeaderClassName
{
color: #6CEBDF;
}
.AnyTagClassName
{
color: #6CEBDF;
}
</style>
background-color css
<style>
a { background-color: #6CEBDF; }
a { background-color: rgb(108,235,223); }
div.DivClassName
{
background-color: #6CEBDF;
}
.BgClassName
{
background-color: #6CEBDF;
}
</style>
border-color css
<style>
span { border-color: #6CEBDF; }
span { border-color: rgb(108,235,223); }
td.TdClassName
{
border-color: #6CEBDF;
}
.TagClassName
{
border-color: #6CEBDF;
}
</style>