Html Css Color HEX #6EEADD Turquoise Blue

📋 copy color: '#6EEADD'

red 110 ◦ green 234 ◦ blue 221

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

Shades of Turquoise Blue #6EEADD

Tints of Turquoise Blue #6EEADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.12%

R = 19.47%
G = 41.42%
B = 39.12%

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

#6EEADD (or 0x6EEADD) is known color: Turquoise Blue. HEX triplet: 6E, EA and DD. RGB value is (110,234,221). Sum of RGB (Red+Green+Blue) = 110+234+221=565 (74% of max value = 765). Red value is 110 (43.36% from 255 or 19.47% from 565); Green value is 234 (91.80% from 255 or 41.42% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 234 - color contains mainly: green. Hex color #6EEADD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEADD is #911522. Grayscale: #C3C3C3. Windows color (decimal): -9508131 or 14543470. OLE color: 14543470.

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

Color convert

RGB 110 234 221 -
CMYK 0.53 0 0.06 0.08
HSL 173.71º 0.75% 0.67% -
HSV(B) 173.71º 0.53% 0.92% -
XYZ 48.9 67.38 78.83 -
YUV 195.44 142.42 67.06 -
System Red Green Blue C M Y K H S L
Decimal 110 234 221 0.53 0 0.06 0.08 173.71 0.75 0.67
Hex 6E EA DD 35 0 6 8 AE 4B 43
Octal 156 352 335 65 0 6 10 256 113 103
Binary 1101110 11101010 11011101 110101 0 110 1000 10101110 1001011 1000011

Color Harmonies of #6EEADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EEADD

Black with #6EEADD

Text Example


Text Example

White with #6EEADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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