#68E4ED

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

Shades of Turquoise Blue #68E4ED

Tints of Turquoise Blue #68E4ED

Color information

#68E4ED (or 0x68E4ED) is unknown color: approx Turquoise Blue. HEX triplet: 68, E4 and ED. RGB value is (104,228,237). Sum of RGB (Red+Green+Blue) = 104+228+237=569 (75% of max value = 765). Red value is 104 (41.02% from 255 or 18.28% from 569); Green value is 228 (89.45% from 255 or 40.07% from 569); Blue value is 237 (92.97% from 255 or 41.65% from 569); Max value from RGB is 237 - color contains mainly: blue. Hex color #68E4ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68E4ED is #971B12. Grayscale: #BFBFBF. Windows color (decimal): -9902867 or 15590504. OLE color: 15590504.

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

Color convert

RGB104228237-
CMYK0.560.0400.07
HSL184.06º78.7%66.86%-
HSV(B)184.06º56.12%92.94%-
XYZ48.7464.5490.01-
YUV191.95153.4265.27-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 18.28%
GREEN value IS 228 (89.45% from 255) = 40.07%
BLUE value IS 237 (92.97% from 255) = 41.65%
R=18.28%
G=40.07%
B=41.65%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1042282370.560.0400.07184.0678.766.86
Hex68E4ED38407b84f43
Octal15034435570407270117103
Binary1101000111001001110110111100010001111011100010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68E4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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