Shades of Turquoise Blue #6CDFDF
Tints of Turquoise Blue #6CDFDF
RGB
CMYK
RGB Variations
Color information
#6CDFDF (or 0x6CDFDF) is known color: Turquoise Blue. HEX triplet: 6C, DF and DF. RGB value is (108,223,223). Sum of RGB (Red+Green+Blue) = 108+223+223=554 (73% of max value = 765). Red value is 108 (42.58% from 255 or 19.49% from 554); Green value is 223 (87.5% from 255 or 40.25% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #6CDFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDFDF is #932020. Grayscale: #BCBCBC. Windows color (decimal): -9642017 or 14671724. OLE color: 14671724.
HSL color Cylindrical-coordinate representation of color #6CDFDF: hue angle of 180º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6CDFDF is Cyan = 0.52, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 223 | 223 | - |
| CMYK | 0.52 | 0 | 0 | 0.13 |
| HSL | 180º | 0.64% | 0.65% | - |
| HSV(B) | 180º | 0.52% | 0.87% | - |
| XYZ | 45.89 | 61.29 | 79.22 | - |
| YUV | 188.62 | 147.4 | 70.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 223 | 223 | 0.52 | 0 | 0 | 0.13 | 180 | 0.64 | 0.65 |
| Hex | 6C | DF | DF | 34 | 0 | 0 | D | B4 | 40 | 41 |
| Octal | 154 | 337 | 337 | 64 | 0 | 0 | 15 | 264 | 100 | 101 |
| Binary | 1101100 | 11011111 | 11011111 | 110100 | 0 | 0 | 1101 | 10110100 | 1000000 | 1000001 |
Color Harmonies of #6CDFDF
Complementary color
Monochromatic Colors of #6CDFDF
Black with #6CDFDF
Text Example
Text Example
White with #6CDFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDFDF; }
p { color: rgb(108,223,223); }
H1.HeaderClassName
{
color: #6CDFDF;
}
.AnyTagClassName
{
color: #6CDFDF;
}
</style>
background-color css
<style>
a { background-color: #6CDFDF; }
a { background-color: rgb(108,223,223); }
div.DivClassName
{
background-color: #6CDFDF;
}
.BgClassName
{
background-color: #6CDFDF;
}
</style>
border-color css
<style>
span { border-color: #6CDFDF; }
span { border-color: rgb(108,223,223); }
td.TdClassName
{
border-color: #6CDFDF;
}
.TagClassName
{
border-color: #6CDFDF;
}
</style>