Html Css Color HEX #68EADB Turquoise Blue

📋 copy color: '#68EADB'

red 104 ◦ green 234 ◦ blue 219

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

Shades of Turquoise Blue #68EADB

Tints of Turquoise Blue #68EADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.32%

R = 18.67%
G = 42.01%
B = 39.32%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#68EADB (or 0x68EADB) is known color: Turquoise Blue. HEX triplet: 68, EA and DB. RGB value is (104,234,219). Sum of RGB (Red+Green+Blue) = 104+234+219=557 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.67% from 557); Green value is 234 (91.80% from 255 or 42.01% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 234 - color contains mainly: green. Hex color #68EADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EADB is #971524. Grayscale: #C1C1C1. Windows color (decimal): -9901349 or 14412392. OLE color: 14412392.

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

Color convert

RGB 104 234 219 -
CMYK 0.56 0 0.06 0.08
HSL 173.08º 0.76% 0.66% -
HSV(B) 173.08º 0.56% 0.92% -
XYZ 47.92 66.9 77.41 -
YUV 193.42 142.43 64.22 -
System Red Green Blue C M Y K H S L
Decimal 104 234 219 0.56 0 0.06 0.08 173.08 0.76 0.66
Hex 68 EA DB 38 0 6 8 AD 4C 42
Octal 150 352 333 70 0 6 10 255 114 102
Binary 1101000 11101010 11011011 111000 0 110 1000 10101101 1001100 1000010

Color Harmonies of #68EADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EADB

Black with #68EADB

Text Example


Text Example

White with #68EADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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