Html Css Color HEX #68EBDB Turquoise Blue

📋 copy color: '#68EBDB'

red 104 ◦ green 235 ◦ blue 219

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

Shades of Turquoise Blue #68EBDB

Tints of Turquoise Blue #68EBDB

RGB

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

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

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

R = 18.64%
G = 42.11%
B = 39.25%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#68EBDB (or 0x68EBDB) is known color: Turquoise Blue. HEX triplet: 68, EB and DB. RGB value is (104,235,219). Sum of RGB (Red+Green+Blue) = 104+235+219=558 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.64% from 558); Green value is 235 (92.19% from 255 or 42.11% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 235 - color contains mainly: green. Hex color #68EBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EBDB is #971424. Grayscale: #C1C1C1. Windows color (decimal): -9901093 or 14412648. OLE color: 14412648.

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

Color convert

RGB 104 235 219 -
CMYK 0.56 0 0.07 0.08
HSL 172.67º 0.77% 0.66% -
HSV(B) 172.67º 0.56% 0.92% -
XYZ 48.2 67.47 77.5 -
YUV 194.01 142.1 63.8 -
System Red Green Blue C M Y K H S L
Decimal 104 235 219 0.56 0 0.07 0.08 172.67 0.77 0.66
Hex 68 EB DB 38 0 7 8 AD 4D 42
Octal 150 353 333 70 0 7 10 255 115 102
Binary 1101000 11101011 11011011 111000 0 111 1000 10101101 1001101 1000010

Color Harmonies of #68EBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EBDB

Black with #68EBDB

Text Example


Text Example

White with #68EBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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