Shades of Turquoise Blue #6CEFDF
Tints of Turquoise Blue #6CEFDF
RGB
CMYK
RGB Variations
Color information
#6CEFDF (or 0x6CEFDF) is known color: Turquoise Blue. HEX triplet: 6C, EF and DF. RGB value is (108,239,223). Sum of RGB (Red+Green+Blue) = 108+239+223=570 (75% of max value = 765). Red value is 108 (42.58% from 255 or 18.95% from 570); Green value is 239 (93.75% from 255 or 41.93% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 239 - color contains mainly: green. Hex color #6CEFDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CEFDF is #931020. Grayscale: #C5C5C5. Windows color (decimal): -9637921 or 14675820. OLE color: 14675820.
HSL color Cylindrical-coordinate representation of color #6CEFDF: hue angle of 172.67º 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 #6CEFDF is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 108 | 239 | 223 | - |
| CMYK | 0.55 | 0 | 0.07 | 0.06 |
| HSL | 172.67º | 0.8% | 0.68% | - |
| HSV(B) | 172.67º | 0.55% | 0.94% | - |
| XYZ | 50.37 | 70.25 | 80.72 | - |
| YUV | 198.01 | 142.1 | 63.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 239 | 223 | 0.55 | 0 | 0.07 | 0.06 | 172.67 | 0.8 | 0.68 |
| Hex | 6C | EF | DF | 37 | 0 | 7 | 6 | AD | 50 | 44 |
| Octal | 154 | 357 | 337 | 67 | 0 | 7 | 6 | 255 | 120 | 104 |
| Binary | 1101100 | 11101111 | 11011111 | 110111 | 0 | 111 | 110 | 10101101 | 1010000 | 1000100 |
Color Harmonies of #6CEFDF
Complementary color
Monochromatic Colors of #6CEFDF
Black with #6CEFDF
Text Example
Text Example
White with #6CEFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CEFDF; }
p { color: rgb(108,239,223); }
H1.HeaderClassName
{
color: #6CEFDF;
}
.AnyTagClassName
{
color: #6CEFDF;
}
</style>
background-color css
<style>
a { background-color: #6CEFDF; }
a { background-color: rgb(108,239,223); }
div.DivClassName
{
background-color: #6CEFDF;
}
.BgClassName
{
background-color: #6CEFDF;
}
</style>
border-color css
<style>
span { border-color: #6CEFDF; }
span { border-color: rgb(108,239,223); }
td.TdClassName
{
border-color: #6CEFDF;
}
.TagClassName
{
border-color: #6CEFDF;
}
</style>