Html Css Color HEX #6EEADA Turquoise Blue

📋 copy color: '#6EEADA'

red 110 ◦ green 234 ◦ blue 218

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

Shades of Turquoise Blue #6EEADA

Tints of Turquoise Blue #6EEADA

RGB

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

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

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

R = 19.57%
G = 41.64%
B = 38.79%

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

#6EEADA (or 0x6EEADA) is known color: Turquoise Blue. HEX triplet: 6E, EA and DA. RGB value is (110,234,218). Sum of RGB (Red+Green+Blue) = 110+234+218=562 (74% of max value = 765). Red value is 110 (43.36% from 255 or 19.57% from 562); Green value is 234 (91.80% from 255 or 41.64% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 234 - color contains mainly: green. Hex color #6EEADA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEADA is #911525. Grayscale: #C3C3C3. Windows color (decimal): -9508134 or 14346862. OLE color: 14346862.

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

Color convert

RGB 110 234 218 -
CMYK 0.53 0 0.07 0.08
HSL 172.26º 0.75% 0.67% -
HSV(B) 172.26º 0.53% 0.92% -
XYZ 48.51 67.22 76.75 -
YUV 195.1 140.92 67.3 -
System Red Green Blue C M Y K H S L
Decimal 110 234 218 0.53 0 0.07 0.08 172.26 0.75 0.67
Hex 6E EA DA 35 0 7 8 AC 4B 43
Octal 156 352 332 65 0 7 10 254 113 103
Binary 1101110 11101010 11011010 110101 0 111 1000 10101100 1001011 1000011

Color Harmonies of #6EEADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EEADA

Black with #6EEADA

Text Example


Text Example

White with #6EEADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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