Html Css Color HEX #68EBDC Turquoise Blue

📋 copy color: '#68EBDC'

red 104 ◦ green 235 ◦ blue 220

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

Shades of Turquoise Blue #68EBDC

Tints of Turquoise Blue #68EBDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.36%

R = 18.6%
G = 42.04%
B = 39.36%

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

#68EBDC (or 0x68EBDC) is known color: Turquoise Blue. HEX triplet: 68, EB and DC. RGB value is (104,235,220). Sum of RGB (Red+Green+Blue) = 104+235+220=559 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.60% from 559); Green value is 235 (92.19% from 255 or 42.04% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 235 - color contains mainly: green. Hex color #68EBDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EBDC is #971423. Grayscale: #C2C2C2. Windows color (decimal): -9901092 or 14478184. OLE color: 14478184.

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

Color convert

RGB 104 235 220 -
CMYK 0.56 0 0.06 0.08
HSL 173.13º 0.77% 0.66% -
HSV(B) 173.13º 0.56% 0.92% -
XYZ 48.34 67.53 78.2 -
YUV 194.12 142.6 63.72 -
System Red Green Blue C M Y K H S L
Decimal 104 235 220 0.56 0 0.06 0.08 173.13 0.77 0.66
Hex 68 EB DC 38 0 6 8 AD 4D 42
Octal 150 353 334 70 0 6 10 255 115 102
Binary 1101000 11101011 11011100 111000 0 110 1000 10101101 1001101 1000010

Color Harmonies of #68EBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EBDC

Black with #68EBDC

Text Example


Text Example

White with #68EBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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