Shades of Turquoise Blue #68CDD4
Tints of Turquoise Blue #68CDD4
RGB
CMYK
RGB Variations
Color information
#68CDD4 (or 0x68CDD4) is known color: Turquoise Blue. HEX triplet: 68, CD and D4. RGB value is (104,205,212). Sum of RGB (Red+Green+Blue) = 104+205+212=521 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.96% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 212 (83.20% from 255 or 40.69% from 521); Max value from RGB is 212 - color contains mainly: blue. Hex color #68CDD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CDD4 is #97322B. Grayscale: #AFAFAF. Windows color (decimal): -9908780 or 13946216. OLE color: 13946216.
HSL color Cylindrical-coordinate representation of color #68CDD4: hue angle of 183.89º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68CDD4 is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 205 | 212 | - |
| CMYK | 0.51 | 0.03 | 0 | 0.17 |
| HSL | 183.89º | 0.56% | 0.62% | - |
| HSV(B) | 183.89º | 0.51% | 0.83% | - |
| XYZ | 39.42 | 51.36 | 70.12 | - |
| YUV | 175.6 | 148.54 | 76.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 205 | 212 | 0.51 | 0.03 | 0 | 0.17 | 183.89 | 0.56 | 0.62 |
| Hex | 68 | CD | D4 | 33 | 3 | 0 | 11 | B8 | 38 | 3E |
| Octal | 150 | 315 | 324 | 63 | 3 | 0 | 21 | 270 | 70 | 76 |
| Binary | 1101000 | 11001101 | 11010100 | 110011 | 11 | 0 | 10001 | 10111000 | 111000 | 111110 |
Color Harmonies of #68CDD4
Complementary color
Monochromatic Colors of #68CDD4
Black with #68CDD4
Text Example
Text Example
White with #68CDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CDD4; }
p { color: rgb(104,205,212); }
H1.HeaderClassName
{
color: #68CDD4;
}
.AnyTagClassName
{
color: #68CDD4;
}
</style>
background-color css
<style>
a { background-color: #68CDD4; }
a { background-color: rgb(104,205,212); }
div.DivClassName
{
background-color: #68CDD4;
}
.BgClassName
{
background-color: #68CDD4;
}
</style>
border-color css
<style>
span { border-color: #68CDD4; }
span { border-color: rgb(104,205,212); }
td.TdClassName
{
border-color: #68CDD4;
}
.TagClassName
{
border-color: #68CDD4;
}
</style>