#68EDE8

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

Shades of Turquoise Blue #68EDE8

Tints of Turquoise Blue #68EDE8

Color information

#68EDE8 (or 0x68EDE8) is unknown color: approx Turquoise Blue. HEX triplet: 68, ED and E8. RGB value is (104,237,232). Sum of RGB (Red+Green+Blue) = 104+237+232=573 (75% of max value = 765). Red value is 104 (41.02% from 255 or 18.15% from 573); Green value is 237 (92.97% from 255 or 41.36% from 573); Blue value is 232 (91.02% from 255 or 40.49% from 573); Max value from RGB is 237 - color contains mainly: green. Hex color #68EDE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68EDE8 is #971217. Grayscale: #C4C4C4. Windows color (decimal): -9900568 or 15265128. OLE color: 15265128.

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

Color convert

RGB104237232-
CMYK0.5600.020.07
HSL177.74º78.7%66.86%-
HSV(B)177.74º56.12%92.94%-
XYZ50.5669.3487.06-
YUV196.66147.9461.91-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 18.15%
GREEN value IS 237 (92.97% from 255) = 41.36%
BLUE value IS 232 (91.02% from 255) = 40.49%
R=18.15%
G=41.36%
B=40.49%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1042372320.5600.020.07177.7478.766.86
Hex68EDE838027b24f43
Octal15035535070027262117103
Binary110100011101101111010001110000101111011001010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68EDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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