Html Css Color HEX #6EEBEA Turquoise Blue

📋 copy color: '#6EEBEA'

red 110 ◦ green 235 ◦ blue 234

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

Shades of Turquoise Blue #6EEBEA

Tints of Turquoise Blue #6EEBEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.41%

R = 19%
G = 40.59%
B = 40.41%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#6EEBEA (or 0x6EEBEA) is known color: Turquoise Blue. HEX triplet: 6E, EB and EA. RGB value is (110,235,234). Sum of RGB (Red+Green+Blue) = 110+235+234=579 (76% of max value = 765). Red value is 110 (43.36% from 255 or 19.00% from 579); Green value is 235 (92.19% from 255 or 40.59% from 579); Blue value is 234 (91.80% from 255 or 40.41% from 579); Max value from RGB is 235 - color contains mainly: green. Hex color #6EEBEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EEBEA is #911415. Grayscale: #C5C5C5. Windows color (decimal): -9507862 or 15395694. OLE color: 15395694.

HSL color Cylindrical-coordinate representation of color #6EEBEA: hue angle of 179.52º 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 #6EEBEA is Cyan = 0.53, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 110 235 234 -
CMYK 0.53 0 0.00 0.08
HSL 179.52º 0.76% 0.68% -
HSV(B) 179.52º 0.53% 0.92% -
XYZ 50.99 68.67 88.41 -
YUV 197.51 148.59 65.58 -
System Red Green Blue C M Y K H S L
Decimal 110 235 234 0.53 0 0.00 0.08 179.52 0.76 0.68
Hex 6E EB EA 35 0 0 8 B4 4C 44
Octal 156 353 352 65 0 0 10 264 114 104
Binary 1101110 11101011 11101010 110101 0 0 1000 10110100 1001100 1000100

Color Harmonies of #6EEBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EEBEA

Black with #6EEBEA

Text Example


Text Example

White with #6EEBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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