Html Css Color HEX #68E7DA Turquoise Blue

📋 copy color: '#68E7DA'

red 104 ◦ green 231 ◦ blue 218

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

Shades of Turquoise Blue #68E7DA

Tints of Turquoise Blue #68E7DA

RGB

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

 GREEN value IS 231 (90.63% from 255) = 41.77%

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

R = 18.81%
G = 41.77%
B = 39.42%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#68E7DA (or 0x68E7DA) is known color: Turquoise Blue. HEX triplet: 68, E7 and DA. RGB value is (104,231,218). Sum of RGB (Red+Green+Blue) = 104+231+218=553 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.81% from 553); Green value is 231 (90.62% from 255 or 41.77% from 553); Blue value is 218 (85.55% from 255 or 39.42% from 553); Max value from RGB is 231 - color contains mainly: green. Hex color #68E7DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68E7DA is #971825. Grayscale: #BFBFBF. Windows color (decimal): -9902118 or 14346088. OLE color: 14346088.

HSL color Cylindrical-coordinate representation of color #68E7DA: hue angle of 173.86º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68E7DA is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 104 231 218 -
CMYK 0.55 0 0.06 0.09
HSL 173.86º 0.73% 0.66% -
HSV(B) 173.86º 0.55% 0.91% -
XYZ 46.94 65.16 76.43 -
YUV 191.55 142.92 65.56 -
System Red Green Blue C M Y K H S L
Decimal 104 231 218 0.55 0 0.06 0.09 173.86 0.73 0.66
Hex 68 E7 DA 37 0 6 9 AE 49 42
Octal 150 347 332 67 0 6 11 256 111 102
Binary 1101000 11100111 11011010 110111 0 110 1001 10101110 1001001 1000010

Color Harmonies of #68E7DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68E7DA

Black with #68E7DA

Text Example


Text Example

White with #68E7DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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