#68EDE7

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

Shades of Turquoise Blue #68EDE7

Tints of Turquoise Blue #68EDE7

Color information

#68EDE7 (or 0x68EDE7) is unknown color: approx Turquoise Blue. HEX triplet: 68, ED and E7. RGB value is (104,237,231). Sum of RGB (Red+Green+Blue) = 104+237+231=572 (75% of max value = 765). Red value is 104 (41.02% from 255 or 18.18% from 572); Green value is 237 (92.97% from 255 or 41.43% from 572); Blue value is 231 (90.62% from 255 or 40.38% from 572); Max value from RGB is 237 - color contains mainly: green. Hex color #68EDE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68EDE7 is #971218. Grayscale: #C4C4C4. Windows color (decimal): -9900569 or 15199592. OLE color: 15199592.

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

Color convert

RGB104237231-
CMYK0.5600.030.07
HSL177.29º78.7%66.86%-
HSV(B)177.29º56.12%92.94%-
XYZ50.4269.2886.32-
YUV196.55147.4461.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 18.18%
GREEN value IS 237 (92.97% from 255) = 41.43%
BLUE value IS 231 (90.62% from 255) = 40.38%
R=18.18%
G=41.43%
B=40.38%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1042372310.5600.030.07177.2978.766.86
Hex68EDE738037b14f43
Octal15035534770037261117103
Binary110100011101101111001111110000111111011000110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68EDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,237,231); }

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

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

 a { background-color: rgb(104,237,231); }

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

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

 span { border-color: rgb(104,237,231); }

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