Html Css Color HEX #68E8EC Turquoise Blue

📋 copy color: '#68E8EC'

red 104 ◦ green 232 ◦ blue 236

#68E8EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #68E8EC

Tints of Turquoise Blue #68E8EC

RGB

 RED value IS 104 (41.02% from 255) = 18.18%

 GREEN value IS 232 (91.02% from 255) = 40.56%

 BLUE value IS 236 (92.58% from 255) = 41.26%

R = 18.18%
G = 40.56%
B = 41.26%

CMYK

 C value IS 0.56

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#68E8EC (or 0x68E8EC) is known color: Turquoise Blue. HEX triplet: 68, E8 and EC. RGB value is (104,232,236). Sum of RGB (Red+Green+Blue) = 104+232+236=572 (75% of max value = 765). Red value is 104 (41.02% from 255 or 18.18% from 572); Green value is 232 (91.02% from 255 or 40.56% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 236 - color contains mainly: blue. Hex color #68E8EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68E8EC is #971713. Grayscale: #C2C2C2. Windows color (decimal): -9901844 or 15525992. OLE color: 15525992.

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

Color convert

RGB 104 232 236 -
CMYK 0.56 0.02 0 0.07
HSL 181.82º 0.78% 0.67% -
HSV(B) 181.82º 0.56% 0.93% -
XYZ 49.71 66.71 89.61 -
YUV 194.18 151.59 63.67 -
System Red Green Blue C M Y K H S L
Decimal 104 232 236 0.56 0.02 0 0.07 181.82 0.78 0.67
Hex 68 E8 EC 38 2 0 7 B6 4E 43
Octal 150 350 354 70 2 0 7 266 116 103
Binary 1101000 11101000 11101100 111000 10 0 111 10110110 1001110 1000011

Color Harmonies of #68E8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68E8EC

Black with #68E8EC

Text Example


Text Example

White with #68E8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #68E8EC;
 }
 .AnyTagClassName
 {
   color: #68E8EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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