Html Css Color HEX #68E5DC Turquoise Blue

📋 copy color: '#68E5DC'

red 104 ◦ green 229 ◦ blue 220

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

Shades of Turquoise Blue #68E5DC

Tints of Turquoise Blue #68E5DC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 41.41%

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

R = 18.81%
G = 41.41%
B = 39.78%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#68E5DC (or 0x68E5DC) is known color: Turquoise Blue. HEX triplet: 68, E5 and DC. RGB value is (104,229,220). Sum of RGB (Red+Green+Blue) = 104+229+220=553 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.81% from 553); Green value is 229 (89.84% from 255 or 41.41% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 229 - color contains mainly: green. Hex color #68E5DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68E5DC is #971A23. Grayscale: #BEBEBE. Windows color (decimal): -9902628 or 14476648. OLE color: 14476648.

HSL color Cylindrical-coordinate representation of color #68E5DC: hue angle of 175.68º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68E5DC is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 104 229 220 -
CMYK 0.55 0 0.04 0.10
HSL 175.68º 0.71% 0.65% -
HSV(B) 175.68º 0.55% 0.9% -
XYZ 46.65 64.15 77.63 -
YUV 190.6 144.59 66.23 -
System Red Green Blue C M Y K H S L
Decimal 104 229 220 0.55 0 0.04 0.10 175.68 0.71 0.65
Hex 68 E5 DC 37 0 4 A B0 47 41
Octal 150 345 334 67 0 4 12 260 107 101
Binary 1101000 11100101 11011100 110111 0 100 1010 10110000 1000111 1000001

Color Harmonies of #68E5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68E5DC

Black with #68E5DC

Text Example


Text Example

White with #68E5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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