Html Css Color HEX #6EE7DC Turquoise Blue

📋 copy color: '#6EE7DC'

red 110 ◦ green 231 ◦ blue 220

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

Shades of Turquoise Blue #6EE7DC

Tints of Turquoise Blue #6EE7DC

RGB

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

 GREEN value IS 231 (90.63% from 255) = 41.18%

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

R = 19.61%
G = 41.18%
B = 39.22%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#6EE7DC (or 0x6EE7DC) is known color: Turquoise Blue. HEX triplet: 6E, E7 and DC. RGB value is (110,231,220). Sum of RGB (Red+Green+Blue) = 110+231+220=561 (74% of max value = 765). Red value is 110 (43.36% from 255 or 19.61% from 561); Green value is 231 (90.62% from 255 or 41.18% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 231 - color contains mainly: green. Hex color #6EE7DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EE7DC is #911823. Grayscale: #C1C1C1. Windows color (decimal): -9508900 or 14477166. OLE color: 14477166.

HSL color Cylindrical-coordinate representation of color #6EE7DC: hue angle of 174.55º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6EE7DC is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 110 231 220 -
CMYK 0.52 0 0.05 0.09
HSL 174.55º 0.72% 0.67% -
HSV(B) 174.55º 0.52% 0.91% -
XYZ 47.92 65.63 77.85 -
YUV 193.57 142.91 68.39 -
System Red Green Blue C M Y K H S L
Decimal 110 231 220 0.52 0 0.05 0.09 174.55 0.72 0.67
Hex 6E E7 DC 34 0 5 9 AF 48 43
Octal 156 347 334 64 0 5 11 257 110 103
Binary 1101110 11100111 11011100 110100 0 101 1001 10101111 1001000 1000011

Color Harmonies of #6EE7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EE7DC

Black with #6EE7DC

Text Example


Text Example

White with #6EE7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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