Html Css Color HEX #68DED5 Turquoise Blue

📋 copy color: '#68DED5'

red 104 ◦ green 222 ◦ blue 213

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

Shades of Turquoise Blue #68DED5

Tints of Turquoise Blue #68DED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.52%

R = 19.29%
G = 41.19%
B = 39.52%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#68DED5 (or 0x68DED5) is known color: Turquoise Blue. HEX triplet: 68, DE and D5. RGB value is (104,222,213). Sum of RGB (Red+Green+Blue) = 104+222+213=539 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.29% from 539); Green value is 222 (87.11% from 255 or 41.19% from 539); Blue value is 213 (83.59% from 255 or 39.52% from 539); Max value from RGB is 222 - color contains mainly: green. Hex color #68DED5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DED5 is #97212A. Grayscale: #B9B9B9. Windows color (decimal): -9904427 or 14016104. OLE color: 14016104.

HSL color Cylindrical-coordinate representation of color #68DED5: hue angle of 175.42º 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 #68DED5 is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 222 213 -
CMYK 0.53 0 0.04 0.13
HSL 175.42º 0.64% 0.64% -
HSV(B) 175.42º 0.53% 0.87% -
XYZ 43.84 59.99 72.22 -
YUV 185.69 143.41 69.73 -
System Red Green Blue C M Y K H S L
Decimal 104 222 213 0.53 0 0.04 0.13 175.42 0.64 0.64
Hex 68 DE D5 35 0 4 D AF 40 40
Octal 150 336 325 65 0 4 15 257 100 100
Binary 1101000 11011110 11010101 110101 0 100 1101 10101111 1000000 1000000

Color Harmonies of #68DED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DED5

Black with #68DED5

Text Example


Text Example

White with #68DED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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