#68EFE9

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

Shades of Turquoise Blue #68EFE9

Tints of Turquoise Blue #68EFE9

Color information

#68EFE9 (or 0x68EFE9) is unknown color: approx Turquoise Blue. HEX triplet: 68, EF and E9. RGB value is (104,239,233). Sum of RGB (Red+Green+Blue) = 104+239+233=576 (76% of max value = 765). Red value is 104 (41.02% from 255 or 18.06% from 576); Green value is 239 (93.75% from 255 or 41.49% from 576); Blue value is 233 (91.41% from 255 or 40.45% from 576); Max value from RGB is 239 - color contains mainly: green. Hex color #68EFE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68EFE9 is #971016. Grayscale: #C5C5C5. Windows color (decimal): -9900055 or 15331176. OLE color: 15331176.

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

Color convert

RGB104239233-
CMYK0.5600.030.06
HSL177.33º80.84%67.25%-
HSV(B)177.33º56.49%93.73%-
XYZ51.2870.5688.01-
YUV197.95147.7760.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 18.06%
GREEN value IS 239 (93.75% from 255) = 41.49%
BLUE value IS 233 (91.41% from 255) = 40.45%
R=18.06%
G=41.49%
B=40.45%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1042392330.5600.030.06177.3380.8467.25
Hex68EFE938036b15143
Octal15035735170036261121103
Binary110100011101111111010011110000111101011000110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68EFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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