Shades of Turquoise Blue #6CEDDF
Tints of Turquoise Blue #6CEDDF
RGB
CMYK
RGB Variations
Color information
#6CEDDF (or 0x6CEDDF) is known color: Turquoise Blue. HEX triplet: 6C, ED and DF. RGB value is (108,237,223). Sum of RGB (Red+Green+Blue) = 108+237+223=568 (75% of max value = 765). Red value is 108 (42.58% from 255 or 19.01% from 568); Green value is 237 (92.97% from 255 or 41.73% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 237 - color contains mainly: green. Hex color #6CEDDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CEDDF is #931220. Grayscale: #C4C4C4. Windows color (decimal): -9638433 or 14675308. OLE color: 14675308.
HSL color Cylindrical-coordinate representation of color #6CEDDF: hue angle of 173.49º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CEDDF is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 108 | 237 | 223 | - |
| CMYK | 0.54 | 0 | 0.06 | 0.07 |
| HSL | 173.49º | 0.78% | 0.68% | - |
| HSV(B) | 173.49º | 0.54% | 0.93% | - |
| XYZ | 49.79 | 69.08 | 80.52 | - |
| YUV | 196.83 | 142.76 | 64.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 237 | 223 | 0.54 | 0 | 0.06 | 0.07 | 173.49 | 0.78 | 0.68 |
| Hex | 6C | ED | DF | 36 | 0 | 6 | 7 | AD | 4E | 44 |
| Octal | 154 | 355 | 337 | 66 | 0 | 6 | 7 | 255 | 116 | 104 |
| Binary | 1101100 | 11101101 | 11011111 | 110110 | 0 | 110 | 111 | 10101101 | 1001110 | 1000100 |
Color Harmonies of #6CEDDF
Complementary color
Monochromatic Colors of #6CEDDF
Black with #6CEDDF
Text Example
Text Example
White with #6CEDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CEDDF; }
p { color: rgb(108,237,223); }
H1.HeaderClassName
{
color: #6CEDDF;
}
.AnyTagClassName
{
color: #6CEDDF;
}
</style>
background-color css
<style>
a { background-color: #6CEDDF; }
a { background-color: rgb(108,237,223); }
div.DivClassName
{
background-color: #6CEDDF;
}
.BgClassName
{
background-color: #6CEDDF;
}
</style>
border-color css
<style>
span { border-color: #6CEDDF; }
span { border-color: rgb(108,237,223); }
td.TdClassName
{
border-color: #6CEDDF;
}
.TagClassName
{
border-color: #6CEDDF;
}
</style>