Shades of Turquoise Blue #68CFD3
Tints of Turquoise Blue #68CFD3
RGB
CMYK
RGB Variations
Color information
#68CFD3 (or 0x68CFD3) is known color: Turquoise Blue. HEX triplet: 68, CF and D3. RGB value is (104,207,211). Sum of RGB (Red+Green+Blue) = 104+207+211=522 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.92% from 522); Green value is 207 (81.25% from 255 or 39.66% from 522); Blue value is 211 (82.81% from 255 or 40.42% from 522); Max value from RGB is 211 - color contains mainly: blue. Hex color #68CFD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CFD3 is #97302C. Grayscale: #B0B0B0. Windows color (decimal): -9908269 or 13881192. OLE color: 13881192.
HSL color Cylindrical-coordinate representation of color #68CFD3: hue angle of 182.24º degrees, saturation: 0.55, 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 #68CFD3 is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 207 | 211 | - |
| CMYK | 0.51 | 0.02 | 0 | 0.17 |
| HSL | 182.24º | 0.55% | 0.62% | - |
| HSV(B) | 182.24º | 0.51% | 0.83% | - |
| XYZ | 39.78 | 52.27 | 69.62 | - |
| YUV | 176.66 | 147.38 | 76.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 207 | 211 | 0.51 | 0.02 | 0 | 0.17 | 182.24 | 0.55 | 0.62 |
| Hex | 68 | CF | D3 | 33 | 2 | 0 | 11 | B6 | 37 | 3E |
| Octal | 150 | 317 | 323 | 63 | 2 | 0 | 21 | 266 | 67 | 76 |
| Binary | 1101000 | 11001111 | 11010011 | 110011 | 10 | 0 | 10001 | 10110110 | 110111 | 111110 |
Color Harmonies of #68CFD3
Complementary color
Monochromatic Colors of #68CFD3
Black with #68CFD3
Text Example
Text Example
White with #68CFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CFD3; }
p { color: rgb(104,207,211); }
H1.HeaderClassName
{
color: #68CFD3;
}
.AnyTagClassName
{
color: #68CFD3;
}
</style>
background-color css
<style>
a { background-color: #68CFD3; }
a { background-color: rgb(104,207,211); }
div.DivClassName
{
background-color: #68CFD3;
}
.BgClassName
{
background-color: #68CFD3;
}
</style>
border-color css
<style>
span { border-color: #68CFD3; }
span { border-color: rgb(104,207,211); }
td.TdClassName
{
border-color: #68CFD3;
}
.TagClassName
{
border-color: #68CFD3;
}
</style>