#68E3F2

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

Shades of Turquoise Blue #68E3F2

Tints of Turquoise Blue #68E3F2

Color information

#68E3F2 (or 0x68E3F2) is unknown color: approx Turquoise Blue. HEX triplet: 68, E3 and F2. RGB value is (104,227,242). Sum of RGB (Red+Green+Blue) = 104+227+242=573 (75% of max value = 765). Red value is 104 (41.02% from 255 or 18.15% from 573); Green value is 227 (89.06% from 255 or 39.62% from 573); Blue value is 242 (94.92% from 255 or 42.23% from 573); Max value from RGB is 242 - color contains mainly: blue. Hex color #68E3F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68E3F2 is #971C0D. Grayscale: #BFBFBF. Windows color (decimal): -9903118 or 15917928. OLE color: 15917928.

HSL color Cylindrical-coordinate representation of color #68E3F2: hue angle of 186.52º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68E3F2 is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB104227242-
CMYK0.570.0600.05
HSL186.52º84.15%67.84%-
HSV(B)186.52º57.02%94.9%-
XYZ49.2164.2993.82-
YUV191.93156.2565.28-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 18.15%
GREEN value IS 227 (89.06% from 255) = 39.62%
BLUE value IS 242 (94.92% from 255) = 42.23%
R=18.15%
G=39.62%
B=42.23%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1042272420.570.0600.05186.5284.1567.84
Hex68E3F239605bb5444
Octal15034336271605273124104
Binary1101000111000111111001011100111001011011101110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68E3F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,227,242); }

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

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

 a { background-color: rgb(104,227,242); }

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

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

 span { border-color: rgb(104,227,242); }

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