Html Css Color HEX #6EEBDA Turquoise Blue

📋 copy color: '#6EEBDA'

red 110 ◦ green 235 ◦ blue 218

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

Shades of Turquoise Blue #6EEBDA

Tints of Turquoise Blue #6EEBDA

RGB

 RED value IS 110 (43.36% from 255) = 19.54%

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

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

R = 19.54%
G = 41.74%
B = 38.72%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#6EEBDA (or 0x6EEBDA) is known color: Turquoise Blue. HEX triplet: 6E, EB and DA. RGB value is (110,235,218). Sum of RGB (Red+Green+Blue) = 110+235+218=563 (74% of max value = 765). Red value is 110 (43.36% from 255 or 19.54% from 563); Green value is 235 (92.19% from 255 or 41.74% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 235 - color contains mainly: green. Hex color #6EEBDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEBDA is #911425. Grayscale: #C3C3C3. Windows color (decimal): -9507878 or 14347118. OLE color: 14347118.

HSL color Cylindrical-coordinate representation of color #6EEBDA: hue angle of 171.84º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EEBDA is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 110 235 218 -
CMYK 0.53 0 0.07 0.08
HSL 171.84º 0.76% 0.68% -
HSV(B) 171.84º 0.53% 0.92% -
XYZ 48.79 67.79 76.84 -
YUV 195.69 140.59 66.88 -
System Red Green Blue C M Y K H S L
Decimal 110 235 218 0.53 0 0.07 0.08 171.84 0.76 0.68
Hex 6E EB DA 35 0 7 8 AC 4C 44
Octal 156 353 332 65 0 7 10 254 114 104
Binary 1101110 11101011 11011010 110101 0 111 1000 10101100 1001100 1000100

Color Harmonies of #6EEBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EEBDA

Black with #6EEBDA

Text Example


Text Example

White with #6EEBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6EEBDA; }

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

 H1.HeaderClassName
 {
   color: #6EEBDA;
 }
 .AnyTagClassName
 {
   color: #6EEBDA;
 }
</style>

background-color css

<style>
 a { background-color: #6EEBDA; }

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

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

border-color css

<style>
 span { border-color: #6EEBDA; }

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

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