#68DEF5

Color #68DEF5 Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #68DEF5

Tints of Turquoise Blue #68DEF5

Color information

#68DEF5 (or 0x68DEF5) is unknown color: approx Turquoise Blue. HEX triplet: 68, DE and F5. RGB value is (104,222,245). Sum of RGB (Red+Green+Blue) = 104+222+245=571 (75% of max value = 765). Red value is 104 (41.02% from 255 or 18.21% from 571); Green value is 222 (87.11% from 255 or 38.88% from 571); Blue value is 245 (96.09% from 255 or 42.91% from 571); Max value from RGB is 245 - color contains mainly: blue. Hex color #68DEF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68DEF5 is #97210A. Grayscale: #BDBDBD. Windows color (decimal): -9904395 or 16113256. OLE color: 16113256.

HSL color Cylindrical-coordinate representation of color #68DEF5: hue angle of 189.79º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68DEF5 is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB104222245-
CMYK0.580.0900.04
HSL189.79º87.58%68.43%-
HSV(B)189.79º57.55%96.08%-
XYZ48.3161.7895.76-
YUV189.34159.4167.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 18.21%
GREEN value IS 222 (87.11% from 255) = 38.88%
BLUE value IS 245 (96.09% from 255) = 42.91%
R=18.21%
G=38.88%
B=42.91%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1042222450.580.0900.04189.7987.5868.43
Hex68DEF53A904be5844
Octal150336365721104276130104
Binary11010001101111011110101111010100101001011111010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68DEF5; }

 p { color: rgb(104,222,245); }

 H1.HeaderClassName
 {
   color: #68DEF5;
 }
 .AnyTagClassName
 {
   color: #68DEF5;
 }
</style>
background-color css

<style>
 a { background-color: #68DEF5; }

 a { background-color: rgb(104,222,245); }

 div.DivClassName
 {
   background-color: #68DEF5;
 }
 .BgClassName
 {
   background-color: #68DEF5;
 }
</style>
border-color css

<style>
 span { border-color: #68DEF5; }

 span { border-color: rgb(104,222,245); }

 td.TdClassName
 {
   border-color: #68DEF5;
 }
 .TagClassName
 {
   border-color: #68DEF5;
 }
</style>