Html Css Color HEX #6EDCDC Turquoise Blue

📋 copy color: '#6EDCDC'

red 110 ◦ green 220 ◦ blue 220

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

Shades of Turquoise Blue #6EDCDC

Tints of Turquoise Blue #6EDCDC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40%

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

R = 20%
G = 40%
B = 40%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6EDCDC (or 0x6EDCDC) is known color: Turquoise Blue. HEX triplet: 6E, DC and DC. RGB value is (110,220,220). Sum of RGB (Red+Green+Blue) = 110+220+220=550 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20% from 550); Green value is 220 (86.33% from 255 or 40% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #6EDCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDCDC is #912323. Grayscale: #BABABA. Windows color (decimal): -9511716 or 14474350. OLE color: 14474350.

HSL color Cylindrical-coordinate representation of color #6EDCDC: hue angle of 180º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDCDC is Cyan = 0.50, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 110 220 220 -
CMYK 0.50 0 0 0.14
HSL 180º 0.61% 0.65% -
HSV(B) 180º 0.5% 0.86% -
XYZ 44.94 59.67 76.86 -
YUV 187.11 146.56 73 -
System Red Green Blue C M Y K H S L
Decimal 110 220 220 0.50 0 0 0.14 180 0.61 0.65
Hex 6E DC DC 32 0 0 E B4 3D 41
Octal 156 334 334 62 0 0 16 264 75 101
Binary 1101110 11011100 11011100 110010 0 0 1110 10110100 111101 1000001

Color Harmonies of #6EDCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDCDC

Black with #6EDCDC

Text Example


Text Example

White with #6EDCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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