#68EEDB

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

Shades of Turquoise Blue #68EEDB

Tints of Turquoise Blue #68EEDB

Color information

#68EEDB (or 0x68EEDB) is unknown color: approx Turquoise Blue. HEX triplet: 68, EE and DB. RGB value is (104,238,219). Sum of RGB (Red+Green+Blue) = 104+238+219=561 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.54% from 561); Green value is 238 (93.36% from 255 or 42.42% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 238 - color contains mainly: green. Hex color #68EEDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EEDB is #971124. Grayscale: #C3C3C3. Windows color (decimal): -9900325 or 14413416. OLE color: 14413416.

HSL color Cylindrical-coordinate representation of color #68EEDB: hue angle of 171.49º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EEDB is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB104238219-
CMYK0.5600.080.07
HSL171.49º79.76%67.06%-
HSV(B)171.49º56.3%93.33%-
XYZ49.0769.2177.79-
YUV195.77141.1162.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 18.54%
GREEN value IS 238 (93.36% from 255) = 42.42%
BLUE value IS 219 (85.94% from 255) = 39.04%
R=18.54%
G=42.42%
B=39.04%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1042382190.5600.080.07171.4979.7667.06
Hex68EEDB38087ab5043
Octal150356333700107253120103
Binary11010001110111011011011111000010001111010101110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68EEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,238,219); }

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

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

 a { background-color: rgb(104,238,219); }

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

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

 span { border-color: rgb(104,238,219); }

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