Html Css Color HEX #68EBDA Turquoise Blue

📋 copy color: '#68EBDA'

red 104 ◦ green 235 ◦ blue 218

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

Shades of Turquoise Blue #68EBDA

Tints of Turquoise Blue #68EBDA

RGB

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

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

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

R = 18.67%
G = 42.19%
B = 39.14%

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

#68EBDA (or 0x68EBDA) is known color: Turquoise Blue. HEX triplet: 68, EB and DA. RGB value is (104,235,218). Sum of RGB (Red+Green+Blue) = 104+235+218=557 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.67% from 557); Green value is 235 (92.19% from 255 or 42.19% from 557); Blue value is 218 (85.55% from 255 or 39.14% from 557); Max value from RGB is 235 - color contains mainly: green. Hex color #68EBDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EBDA is #971425. Grayscale: #C1C1C1. Windows color (decimal): -9901094 or 14347112. OLE color: 14347112.

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

Color convert

RGB 104 235 218 -
CMYK 0.56 0 0.07 0.08
HSL 172.21º 0.77% 0.66% -
HSV(B) 172.21º 0.56% 0.92% -
XYZ 48.07 67.42 76.81 -
YUV 193.89 141.6 63.88 -
System Red Green Blue C M Y K H S L
Decimal 104 235 218 0.56 0 0.07 0.08 172.21 0.77 0.66
Hex 68 EB DA 38 0 7 8 AC 4D 42
Octal 150 353 332 70 0 7 10 254 115 102
Binary 1101000 11101011 11011010 111000 0 111 1000 10101100 1001101 1000010

Color Harmonies of #68EBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EBDA

Black with #68EBDA

Text Example


Text Example

White with #68EBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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