#68D2EF

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

Shades of Turquoise Blue #68D2EF

Tints of Turquoise Blue #68D2EF

Color information

#68D2EF (or 0x68D2EF) is unknown color: approx Turquoise Blue. HEX triplet: 68, D2 and EF. RGB value is (104,210,239). Sum of RGB (Red+Green+Blue) = 104+210+239=553 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.81% from 553); Green value is 210 (82.42% from 255 or 37.97% from 553); Blue value is 239 (93.75% from 255 or 43.22% from 553); Max value from RGB is 239 - color contains mainly: blue. Hex color #68D2EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68D2EF is #972D10. Grayscale: #B5B5B5. Windows color (decimal): -9907473 or 15716968. OLE color: 15716968.

HSL color Cylindrical-coordinate representation of color #68D2EF: hue angle of 192.89º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68D2EF is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB104210239-
CMYK0.560.1200.06
HSL192.89º80.84%67.25%-
HSV(B)192.89º56.49%93.73%-
XYZ44.3455.2789.99-
YUV181.61160.3872.64-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 18.81%
GREEN value IS 210 (82.42% from 255) = 37.97%
BLUE value IS 239 (93.75% from 255) = 43.22%
R=18.81%
G=37.97%
B=43.22%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1042102390.560.1200.06192.8980.8467.25
Hex68D2EF38C06c15143
Octal150322357701406301121103
Binary11010001101001011101111111000110001101100000110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68D2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,210,239); }

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

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

 a { background-color: rgb(104,210,239); }

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

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

 span { border-color: rgb(104,210,239); }

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