Html Css Color HEX #68EADA Turquoise Blue

📋 copy color: '#68EADA'

red 104 ◦ green 234 ◦ blue 218

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

Shades of Turquoise Blue #68EADA

Tints of Turquoise Blue #68EADA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.09%

 BLUE value IS 218 (85.55% from 255) = 39.21%

R = 18.71%
G = 42.09%
B = 39.21%

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

#68EADA (or 0x68EADA) is known color: Turquoise Blue. HEX triplet: 68, EA and DA. RGB value is (104,234,218). Sum of RGB (Red+Green+Blue) = 104+234+218=556 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.71% from 556); Green value is 234 (91.80% from 255 or 42.09% from 556); Blue value is 218 (85.55% from 255 or 39.21% from 556); Max value from RGB is 234 - color contains mainly: green. Hex color #68EADA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EADA is #971525. Grayscale: #C1C1C1. Windows color (decimal): -9901350 or 14346856. OLE color: 14346856.

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

Color convert

RGB 104 234 218 -
CMYK 0.56 0 0.07 0.08
HSL 172.62º 0.76% 0.66% -
HSV(B) 172.62º 0.56% 0.92% -
XYZ 47.79 66.85 76.71 -
YUV 193.31 141.93 64.3 -
System Red Green Blue C M Y K H S L
Decimal 104 234 218 0.56 0 0.07 0.08 172.62 0.76 0.66
Hex 68 EA DA 38 0 7 8 AD 4C 42
Octal 150 352 332 70 0 7 10 255 114 102
Binary 1101000 11101010 11011010 111000 0 111 1000 10101101 1001100 1000010

Color Harmonies of #68EADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EADA

Black with #68EADA

Text Example


Text Example

White with #68EADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,234,218); }

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

background-color css

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

 a { background-color: rgb(104,234,218); }

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

border-color css

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

 span { border-color: rgb(104,234,218); }

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