Html Css Color HEX #6EEADC Turquoise Blue

📋 copy color: '#6EEADC'

red 110 ◦ green 234 ◦ blue 220

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

Shades of Turquoise Blue #6EEADC

Tints of Turquoise Blue #6EEADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.01%

R = 19.5%
G = 41.49%
B = 39.01%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#6EEADC (or 0x6EEADC) is known color: Turquoise Blue. HEX triplet: 6E, EA and DC. RGB value is (110,234,220). Sum of RGB (Red+Green+Blue) = 110+234+220=564 (74% of max value = 765). Red value is 110 (43.36% from 255 or 19.50% from 564); Green value is 234 (91.80% from 255 or 41.49% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 234 - color contains mainly: green. Hex color #6EEADC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEADC is #911523. Grayscale: #C3C3C3. Windows color (decimal): -9508132 or 14477934. OLE color: 14477934.

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

Color convert

RGB 110 234 220 -
CMYK 0.53 0 0.06 0.08
HSL 173.23º 0.75% 0.67% -
HSV(B) 173.23º 0.53% 0.92% -
XYZ 48.77 67.33 78.14 -
YUV 195.33 141.92 67.14 -
System Red Green Blue C M Y K H S L
Decimal 110 234 220 0.53 0 0.06 0.08 173.23 0.75 0.67
Hex 6E EA DC 35 0 6 8 AD 4B 43
Octal 156 352 334 65 0 6 10 255 113 103
Binary 1101110 11101010 11011100 110101 0 110 1000 10101101 1001011 1000011

Color Harmonies of #6EEADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EEADC

Black with #6EEADC

Text Example


Text Example

White with #6EEADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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