Html Css Color HEX #68DED8 Turquoise Blue

📋 copy color: '#68DED8'

red 104 ◦ green 222 ◦ blue 216

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

Shades of Turquoise Blue #68DED8

Tints of Turquoise Blue #68DED8

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.96%

 BLUE value IS 216 (84.77% from 255) = 39.85%

R = 19.19%
G = 40.96%
B = 39.85%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#68DED8 (or 0x68DED8) is known color: Turquoise Blue. HEX triplet: 68, DE and D8. RGB value is (104,222,216). Sum of RGB (Red+Green+Blue) = 104+222+216=542 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.19% from 542); Green value is 222 (87.11% from 255 or 40.96% from 542); Blue value is 216 (84.77% from 255 or 39.85% from 542); Max value from RGB is 222 - color contains mainly: green. Hex color #68DED8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DED8 is #972127. Grayscale: #B9B9B9. Windows color (decimal): -9904424 or 14212712. OLE color: 14212712.

HSL color Cylindrical-coordinate representation of color #68DED8: hue angle of 176.95º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DED8 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 222 216 -
CMYK 0.53 0 0.03 0.13
HSL 176.95º 0.64% 0.64% -
HSV(B) 176.95º 0.53% 0.87% -
XYZ 44.22 60.14 74.24 -
YUV 186.03 144.91 69.49 -
System Red Green Blue C M Y K H S L
Decimal 104 222 216 0.53 0 0.03 0.13 176.95 0.64 0.64
Hex 68 DE D8 35 0 3 D B1 40 40
Octal 150 336 330 65 0 3 15 261 100 100
Binary 1101000 11011110 11011000 110101 0 11 1101 10110001 1000000 1000000

Color Harmonies of #68DED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DED8

Black with #68DED8

Text Example


Text Example

White with #68DED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,222,216); }

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

background-color css

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

 a { background-color: rgb(104,222,216); }

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

border-color css

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

 span { border-color: rgb(104,222,216); }

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