#68e4ef

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

Shades of Turquoise Blue #68E4EF

Tints of Turquoise Blue #68E4EF

Color information

#68E4EF (or 0x68E4EF) is unknown color: approx Turquoise Blue. HEX triplet: 68, E4 and EF. RGB value is (104,228,239). Sum of RGB (Red+Green+Blue) = 104+228+239=571 (75% of max value = 765). Red value is 104 (41.02% from 255 or 18.21% from 571); Green value is 228 (89.45% from 255 or 39.93% from 571); Blue value is 239 (93.75% from 255 or 41.86% from 571); Max value from RGB is 239 - color contains mainly: blue. Hex color #68E4EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68E4EF is #971B10. Grayscale: #C0C0C0. Windows color (decimal): -9902865 or 15721576. OLE color: 15721576.

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

Color convert

RGB104228239-
CMYK0.560.0500.06
HSL184.89º80.84%67.25%-
HSV(B)184.89º56.49%93.73%-
XYZ49.0364.6691.56-
YUV192.18154.4265.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 18.21%
GREEN value IS 228 (89.45% from 255) = 39.93%
BLUE value IS 239 (93.75% from 255) = 41.86%
R=18.21%
G=39.93%
B=41.86%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1042282390.560.0500.06184.8980.8467.25
Hex68E4EF38506b95143
Octal15034435770506271121103
Binary1101000111001001110111111100010101101011100110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68e4ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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