Shades of Turquoise Blue #6CDDD5
Tints of Turquoise Blue #6CDDD5
RGB
CMYK
RGB Variations
Color information
#6CDDD5 (or 0x6CDDD5) is known color: Turquoise Blue. HEX triplet: 6C, DD and D5. RGB value is (108,221,213). Sum of RGB (Red+Green+Blue) = 108+221+213=542 (71% of max value = 765). Red value is 108 (42.58% from 255 or 19.93% from 542); Green value is 221 (86.72% from 255 or 40.77% from 542); Blue value is 213 (83.59% from 255 or 39.30% from 542); Max value from RGB is 221 - color contains mainly: green. Hex color #6CDDD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDDD5 is #93222A. Grayscale: #BABABA. Windows color (decimal): -9642539 or 14015852. OLE color: 14015852.
HSL color Cylindrical-coordinate representation of color #6CDDD5: hue angle of 175.75º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CDDD5 is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 221 | 213 | - |
| CMYK | 0.51 | 0 | 0.04 | 0.13 |
| HSL | 175.75º | 0.62% | 0.65% | - |
| HSV(B) | 175.75º | 0.51% | 0.87% | - |
| XYZ | 44.05 | 59.71 | 72.15 | - |
| YUV | 186.3 | 143.06 | 72.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 221 | 213 | 0.51 | 0 | 0.04 | 0.13 | 175.75 | 0.62 | 0.65 |
| Hex | 6C | DD | D5 | 33 | 0 | 4 | D | B0 | 3E | 41 |
| Octal | 154 | 335 | 325 | 63 | 0 | 4 | 15 | 260 | 76 | 101 |
| Binary | 1101100 | 11011101 | 11010101 | 110011 | 0 | 100 | 1101 | 10110000 | 111110 | 1000001 |
Color Harmonies of #6CDDD5
Complementary color
Monochromatic Colors of #6CDDD5
Black with #6CDDD5
Text Example
Text Example
White with #6CDDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDDD5; }
p { color: rgb(108,221,213); }
H1.HeaderClassName
{
color: #6CDDD5;
}
.AnyTagClassName
{
color: #6CDDD5;
}
</style>
background-color css
<style>
a { background-color: #6CDDD5; }
a { background-color: rgb(108,221,213); }
div.DivClassName
{
background-color: #6CDDD5;
}
.BgClassName
{
background-color: #6CDDD5;
}
</style>
border-color css
<style>
span { border-color: #6CDDD5; }
span { border-color: rgb(108,221,213); }
td.TdClassName
{
border-color: #6CDDD5;
}
.TagClassName
{
border-color: #6CDDD5;
}
</style>