Html Css Color HEX #6EDCD4 Turquoise Blue

📋 copy color: '#6EDCD4'

red 110 ◦ green 220 ◦ blue 212

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

Shades of Turquoise Blue #6EDCD4

Tints of Turquoise Blue #6EDCD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 39.11%

R = 20.3%
G = 40.59%
B = 39.11%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#6EDCD4 (or 0x6EDCD4) is known color: Turquoise Blue. HEX triplet: 6E, DC and D4. RGB value is (110,220,212). Sum of RGB (Red+Green+Blue) = 110+220+212=542 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.30% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 212 (83.20% from 255 or 39.11% from 542); Max value from RGB is 220 - color contains mainly: green. Hex color #6EDCD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDCD4 is #91232B. Grayscale: #BABABA. Windows color (decimal): -9511724 or 13950062. OLE color: 13950062.

HSL color Cylindrical-coordinate representation of color #6EDCD4: hue angle of 175.64º 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 #6EDCD4 is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB 110 220 212 -
CMYK 0.50 0 0.04 0.14
HSL 175.64º 0.61% 0.65% -
HSV(B) 175.64º 0.5% 0.86% -
XYZ 43.91 59.25 71.41 -
YUV 186.2 142.56 73.65 -
System Red Green Blue C M Y K H S L
Decimal 110 220 212 0.50 0 0.04 0.14 175.64 0.61 0.65
Hex 6E DC D4 32 0 4 E B0 3D 41
Octal 156 334 324 62 0 4 16 260 75 101
Binary 1101110 11011100 11010100 110010 0 100 1110 10110000 111101 1000001

Color Harmonies of #6EDCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDCD4

Black with #6EDCD4

Text Example


Text Example

White with #6EDCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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