Shades of Turquoise Blue #68DEF2
Tints of Turquoise Blue #68DEF2
RGB
CMYK
RGB Variations
Color information
#68DEF2 (or 0x68DEF2) is known color: Turquoise Blue. HEX triplet: 68, DE and F2. RGB value is (104,222,242). Sum of RGB (Red+Green+Blue) = 104+222+242=568 (75% of max value = 765). Red value is 104 (41.02% from 255 or 18.31% from 568); Green value is 222 (87.11% from 255 or 39.08% from 568); Blue value is 242 (94.92% from 255 or 42.61% from 568); Max value from RGB is 242 - color contains mainly: blue. Hex color #68DEF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68DEF2 is #97210D. Grayscale: #BCBCBC. Windows color (decimal): -9904398 or 15916648. OLE color: 15916648.
HSL color Cylindrical-coordinate representation of color #68DEF2: hue angle of 188.7º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68DEF2 is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 222 | 242 | - |
| CMYK | 0.57 | 0.08 | 0 | 0.05 |
| HSL | 188.7º | 0.84% | 0.68% | - |
| HSV(B) | 188.7º | 0.57% | 0.95% | - |
| XYZ | 47.86 | 61.6 | 93.37 | - |
| YUV | 189 | 157.91 | 67.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 222 | 242 | 0.57 | 0.08 | 0 | 0.05 | 188.7 | 0.84 | 0.68 |
| Hex | 68 | DE | F2 | 39 | 8 | 0 | 5 | BD | 54 | 44 |
| Octal | 150 | 336 | 362 | 71 | 10 | 0 | 5 | 275 | 124 | 104 |
| Binary | 1101000 | 11011110 | 11110010 | 111001 | 1000 | 0 | 101 | 10111101 | 1010100 | 1000100 |
Color Harmonies of #68DEF2
Complementary color
Monochromatic Colors of #68DEF2
Black with #68DEF2
Text Example
Text Example
White with #68DEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DEF2; }
p { color: rgb(104,222,242); }
H1.HeaderClassName
{
color: #68DEF2;
}
.AnyTagClassName
{
color: #68DEF2;
}
</style>
background-color css
<style>
a { background-color: #68DEF2; }
a { background-color: rgb(104,222,242); }
div.DivClassName
{
background-color: #68DEF2;
}
.BgClassName
{
background-color: #68DEF2;
}
</style>
border-color css
<style>
span { border-color: #68DEF2; }
span { border-color: rgb(104,222,242); }
td.TdClassName
{
border-color: #68DEF2;
}
.TagClassName
{
border-color: #68DEF2;
}
</style>