Html Css Color HEX #68ECE8 Turquoise Blue

📋 copy color: '#68ECE8'

red 104 ◦ green 236 ◦ blue 232

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

Shades of Turquoise Blue #68ECE8

Tints of Turquoise Blue #68ECE8

RGB

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

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

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

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

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

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

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

Color convert

RGB 104 236 232 -
CMYK 0.56 0 0.02 0.07
HSL 178.18º 0.78% 0.67% -
HSV(B) 178.18º 0.56% 0.93% -
XYZ 50.27 68.76 86.97 -
YUV 196.08 148.27 62.33 -
System Red Green Blue C M Y K H S L
Decimal 104 236 232 0.56 0 0.02 0.07 178.18 0.78 0.67
Hex 68 EC E8 38 0 2 7 B2 4E 43
Octal 150 354 350 70 0 2 7 262 116 103
Binary 1101000 11101100 11101000 111000 0 10 111 10110010 1001110 1000011

Color Harmonies of #68ECE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ECE8

Black with #68ECE8

Text Example


Text Example

White with #68ECE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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