#68EFEA

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

Shades of Turquoise Blue #68EFEA

Tints of Turquoise Blue #68EFEA

Color information

#68EFEA (or 0x68EFEA) is unknown color: approx Turquoise Blue. HEX triplet: 68, EF and EA. RGB value is (104,239,234). Sum of RGB (Red+Green+Blue) = 104+239+234=577 (76% of max value = 765). Red value is 104 (41.02% from 255 or 18.02% from 577); Green value is 239 (93.75% from 255 or 41.42% from 577); Blue value is 234 (91.80% from 255 or 40.55% from 577); Max value from RGB is 239 - color contains mainly: green. Hex color #68EFEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68EFEA is #971015. Grayscale: #C5C5C5. Windows color (decimal): -9900054 or 15396712. OLE color: 15396712.

HSL color Cylindrical-coordinate representation of color #68EFEA: hue angle of 177.78º 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 #68EFEA is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB104239234-
CMYK0.5600.020.06
HSL177.78º80.84%67.25%-
HSV(B)177.78º56.49%93.73%-
XYZ51.4370.6288.76-
YUV198.06148.2760.91-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 18.02%
GREEN value IS 239 (93.75% from 255) = 41.42%
BLUE value IS 234 (91.80% from 255) = 40.55%
R=18.02%
G=41.42%
B=40.55%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1042392340.5600.020.06177.7880.8467.25
Hex68EFEA38026b25143
Octal15035735270026262121103
Binary110100011101111111010101110000101101011001010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68EFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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