Shades of Turquoise Blue #6CDFEB
Tints of Turquoise Blue #6CDFEB
RGB
CMYK
RGB Variations
Color information
#6CDFEB (or 0x6CDFEB) is known color: Turquoise Blue. HEX triplet: 6C, DF and EB. RGB value is (108,223,235). Sum of RGB (Red+Green+Blue) = 108+223+235=566 (74% of max value = 765). Red value is 108 (42.58% from 255 or 19.08% from 566); Green value is 223 (87.5% from 255 or 39.40% from 566); Blue value is 235 (92.19% from 255 or 41.52% from 566); Max value from RGB is 235 - color contains mainly: blue. Hex color #6CDFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CDFEB is #932014. Grayscale: #BDBDBD. Windows color (decimal): -9642005 or 15458156. OLE color: 15458156.
HSL color Cylindrical-coordinate representation of color #6CDFEB: hue angle of 185.67º 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 #6CDFEB is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 108 | 223 | 235 | - |
| CMYK | 0.54 | 0.05 | 0 | 0.08 |
| HSL | 185.67º | 0.76% | 0.67% | - |
| HSV(B) | 185.67º | 0.54% | 0.92% | - |
| XYZ | 47.57 | 61.96 | 88.05 | - |
| YUV | 189.98 | 153.4 | 69.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 223 | 235 | 0.54 | 0.05 | 0 | 0.08 | 185.67 | 0.76 | 0.67 |
| Hex | 6C | DF | EB | 36 | 5 | 0 | 8 | BA | 4C | 43 |
| Octal | 154 | 337 | 353 | 66 | 5 | 0 | 10 | 272 | 114 | 103 |
| Binary | 1101100 | 11011111 | 11101011 | 110110 | 101 | 0 | 1000 | 10111010 | 1001100 | 1000011 |
Color Harmonies of #6CDFEB
Complementary color
Monochromatic Colors of #6CDFEB
Black with #6CDFEB
Text Example
Text Example
White with #6CDFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDFEB; }
p { color: rgb(108,223,235); }
H1.HeaderClassName
{
color: #6CDFEB;
}
.AnyTagClassName
{
color: #6CDFEB;
}
</style>
background-color css
<style>
a { background-color: #6CDFEB; }
a { background-color: rgb(108,223,235); }
div.DivClassName
{
background-color: #6CDFEB;
}
.BgClassName
{
background-color: #6CDFEB;
}
</style>
border-color css
<style>
span { border-color: #6CDFEB; }
span { border-color: rgb(108,223,235); }
td.TdClassName
{
border-color: #6CDFEB;
}
.TagClassName
{
border-color: #6CDFEB;
}
</style>