Html Css Color HEX #68EAEB Turquoise Blue

📋 copy color: '#68EAEB'

red 104 ◦ green 234 ◦ blue 235

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

Shades of Turquoise Blue #68EAEB

Tints of Turquoise Blue #68EAEB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 40.84%

 BLUE value IS 235 (92.19% from 255) = 41.01%

R = 18.15%
G = 40.84%
B = 41.01%

CMYK

 C value IS 0.56

 M value IS 0.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#68EAEB (or 0x68EAEB) is known color: Turquoise Blue. HEX triplet: 68, EA and EB. RGB value is (104,234,235). Sum of RGB (Red+Green+Blue) = 104+234+235=573 (75% of max value = 765). Red value is 104 (41.02% from 255 or 18.15% from 573); Green value is 234 (91.80% from 255 or 40.84% from 573); Blue value is 235 (92.19% from 255 or 41.01% from 573); Max value from RGB is 235 - color contains mainly: blue. Hex color #68EAEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68EAEB is #971514. Grayscale: #C3C3C3. Windows color (decimal): -9901333 or 15460968. OLE color: 15460968.

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

Color convert

RGB 104 234 235 -
CMYK 0.56 0.00 0 0.08
HSL 180.46º 0.77% 0.66% -
HSV(B) 180.46º 0.56% 0.92% -
XYZ 50.13 67.79 89.04 -
YUV 195.24 150.43 62.92 -
System Red Green Blue C M Y K H S L
Decimal 104 234 235 0.56 0.00 0 0.08 180.46 0.77 0.66
Hex 68 EA EB 38 0 0 8 B4 4D 42
Octal 150 352 353 70 0 0 10 264 115 102
Binary 1101000 11101010 11101011 111000 0 0 1000 10110100 1001101 1000010

Color Harmonies of #68EAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EAEB

Black with #68EAEB

Text Example


Text Example

White with #68EAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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