Shades of Turquoise Blue #68CFF3
Tints of Turquoise Blue #68CFF3
RGB
CMYK
RGB Variations
Color information
#68CFF3 (or 0x68CFF3) is known color: Turquoise Blue. HEX triplet: 68, CF and F3. RGB value is (104,207,243). Sum of RGB (Red+Green+Blue) = 104+207+243=554 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.77% from 554); Green value is 207 (81.25% from 255 or 37.36% from 554); Blue value is 243 (95.31% from 255 or 43.86% from 554); Max value from RGB is 243 - color contains mainly: blue. Hex color #68CFF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68CFF3 is #97300C. Grayscale: #B4B4B4. Windows color (decimal): -9908237 or 15978344. OLE color: 15978344.
HSL color Cylindrical-coordinate representation of color #68CFF3: hue angle of 195.54º degrees, saturation: 0.85, 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 #68CFF3 is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 207 | 243 | - |
| CMYK | 0.57 | 0.15 | 0 | 0.05 |
| HSL | 195.54º | 0.85% | 0.68% | - |
| HSV(B) | 195.54º | 0.57% | 0.95% | - |
| XYZ | 44.2 | 54.04 | 92.9 | - |
| YUV | 180.31 | 163.38 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 207 | 243 | 0.57 | 0.15 | 0 | 0.05 | 195.54 | 0.85 | 0.68 |
| Hex | 68 | CF | F3 | 39 | F | 0 | 5 | C4 | 55 | 44 |
| Octal | 150 | 317 | 363 | 71 | 17 | 0 | 5 | 304 | 125 | 104 |
| Binary | 1101000 | 11001111 | 11110011 | 111001 | 1111 | 0 | 101 | 11000100 | 1010101 | 1000100 |
Color Harmonies of #68CFF3
Complementary color
Monochromatic Colors of #68CFF3
Black with #68CFF3
Text Example
Text Example
White with #68CFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CFF3; }
p { color: rgb(104,207,243); }
H1.HeaderClassName
{
color: #68CFF3;
}
.AnyTagClassName
{
color: #68CFF3;
}
</style>
background-color css
<style>
a { background-color: #68CFF3; }
a { background-color: rgb(104,207,243); }
div.DivClassName
{
background-color: #68CFF3;
}
.BgClassName
{
background-color: #68CFF3;
}
</style>
border-color css
<style>
span { border-color: #68CFF3; }
span { border-color: rgb(104,207,243); }
td.TdClassName
{
border-color: #68CFF3;
}
.TagClassName
{
border-color: #68CFF3;
}
</style>