Shades of Turquoise Blue #68CED2
Tints of Turquoise Blue #68CED2
RGB
CMYK
RGB Variations
Color information
#68CED2 (or 0x68CED2) is known color: Turquoise Blue. HEX triplet: 68, CE and D2. RGB value is (104,206,210). Sum of RGB (Red+Green+Blue) = 104+206+210=520 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20% from 520); Green value is 206 (80.86% from 255 or 39.62% from 520); Blue value is 210 (82.42% from 255 or 40.38% from 520); Max value from RGB is 210 - color contains mainly: blue. Hex color #68CED2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CED2 is #97312D. Grayscale: #AFAFAF. Windows color (decimal): -9908526 or 13815400. OLE color: 13815400.
HSL color Cylindrical-coordinate representation of color #68CED2: hue angle of 182.26º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68CED2 is Cyan = 0.50, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 104 | 206 | 210 | - |
| CMYK | 0.50 | 0.02 | 0 | 0.18 |
| HSL | 182.26º | 0.54% | 0.62% | - |
| HSV(B) | 182.26º | 0.5% | 0.82% | - |
| XYZ | 39.41 | 51.74 | 68.88 | - |
| YUV | 175.96 | 147.21 | 76.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 206 | 210 | 0.50 | 0.02 | 0 | 0.18 | 182.26 | 0.54 | 0.62 |
| Hex | 68 | CE | D2 | 32 | 2 | 0 | 12 | B6 | 36 | 3E |
| Octal | 150 | 316 | 322 | 62 | 2 | 0 | 22 | 266 | 66 | 76 |
| Binary | 1101000 | 11001110 | 11010010 | 110010 | 10 | 0 | 10010 | 10110110 | 110110 | 111110 |
Color Harmonies of #68CED2
Complementary color
Monochromatic Colors of #68CED2
Black with #68CED2
Text Example
Text Example
White with #68CED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CED2; }
p { color: rgb(104,206,210); }
H1.HeaderClassName
{
color: #68CED2;
}
.AnyTagClassName
{
color: #68CED2;
}
</style>
background-color css
<style>
a { background-color: #68CED2; }
a { background-color: rgb(104,206,210); }
div.DivClassName
{
background-color: #68CED2;
}
.BgClassName
{
background-color: #68CED2;
}
</style>
border-color css
<style>
span { border-color: #68CED2; }
span { border-color: rgb(104,206,210); }
td.TdClassName
{
border-color: #68CED2;
}
.TagClassName
{
border-color: #68CED2;
}
</style>