Html Css Color HEX #68EBE2 Turquoise Blue

📋 copy color: '#68EBE2'

red 104 ◦ green 235 ◦ blue 226

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

Shades of Turquoise Blue #68EBE2

Tints of Turquoise Blue #68EBE2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.59%

 BLUE value IS 226 (88.67% from 255) = 40%

R = 18.41%
G = 41.59%
B = 40%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#68EBE2 (or 0x68EBE2) is known color: Turquoise Blue. HEX triplet: 68, EB and E2. RGB value is (104,235,226). Sum of RGB (Red+Green+Blue) = 104+235+226=565 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.41% from 565); Green value is 235 (92.19% from 255 or 41.59% from 565); Blue value is 226 (88.67% from 255 or 40% from 565); Max value from RGB is 235 - color contains mainly: green. Hex color #68EBE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EBE2 is #97141D. Grayscale: #C2C2C2. Windows color (decimal): -9901086 or 14871400. OLE color: 14871400.

HSL color Cylindrical-coordinate representation of color #68EBE2: hue angle of 175.88º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EBE2 is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 104 235 226 -
CMYK 0.56 0 0.04 0.08
HSL 175.88º 0.77% 0.66% -
HSV(B) 175.88º 0.56% 0.92% -
XYZ 49.14 67.85 82.46 -
YUV 194.81 145.6 63.23 -
System Red Green Blue C M Y K H S L
Decimal 104 235 226 0.56 0 0.04 0.08 175.88 0.77 0.66
Hex 68 EB E2 38 0 4 8 B0 4D 42
Octal 150 353 342 70 0 4 10 260 115 102
Binary 1101000 11101011 11100010 111000 0 100 1000 10110000 1001101 1000010

Color Harmonies of #68EBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EBE2

Black with #68EBE2

Text Example


Text Example

White with #68EBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,235,226); }

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

background-color css

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

 a { background-color: rgb(104,235,226); }

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

border-color css

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

 span { border-color: rgb(104,235,226); }

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